Modify

Opened 15 years ago

Closed 15 years ago

#4074 closed defect (duplicate)

autocompleteusersplugin egg-building command fails unless package_data is edited in setup.py

Reported by: tom@… 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 15 years ago by Matt Callaghan

Confirmed.

comment:2 Changed 15 years ago by Jeff Hammel

Resolution: duplicate
Status: newclosed

duplicate of #3758; should be fixed as of r5047

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jeff Hammel.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.