Modify ↓
Opened 16 years ago
Closed 16 years ago
#4074 closed defect (duplicate)
autocompleteusersplugin egg-building command fails unless package_data is edited in setup.py
Reported by: | Owned by: | Jeff Hammel | |
---|---|---|---|
Priority: | normal | Component: | AutocompleteUsersPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I downloaded the 0.11 source zipfile.
When I attempt this:
python setup.py bdist_egg
I get this:
... running build_py error: can't copy 'autocompleteusers/htdocs/css': doesn't exist or not a regular file
If I modify setup.py as follows, changing htdocs/* to htdocs/*/*:
package_data={'autocompleteusers': htdocs/*/*?},
Then the egg building command succeeds and mentions the appropriate files along the way.
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Confirmed.