#6599 closed defect (fixed)
Cannot install plugin without errors
Reported by: | anonymous | Owned by: | Malcolm Studd |
---|---|---|---|
Priority: | normal | Component: | ExtendedVersionPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I am somewhat of a newbie to trac usage. Have written a couple of plugings, and installed several. When I attempt to install the ExtendedVersionPlugin using easy_install, I get an error that something doesnt exists. The following is the commandprompt interaction:
c:\program files\bitnami trac stack\trac\Scripts>easy_install http://trac-hacks.org/svn/extendedversionplugin/0.11
Downloading http://trac-hacks.org/svn/extendedversionplugin/0.11
Doing subversion checkout from http://trac-hacks.org/svn/extendedversionplugin/0.11 to c:\docume~1\admini~1\locals~1\temp\2\easy_install-al1mbs\0.11 Processing 0.11 Running setup.py -q bdist_egg --dist-dir
c:\docume~1\admini~1\locals~1\temp\2\easy_install-al1mbs\0.11\egg-dist-tmp-9lasvh error: Setup script exited with error: can't copy 'extendedversion\htdocs\css': doesn't exist or not a regular file
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
Thanks for testing! I can build bdist_egg now, so it should be working.
(In [7529]) Fix #6599 - Properly specify package data.