Modify

Opened 15 years ago

Closed 15 years ago

#4249 closed defect (duplicate)

easy_install error

Reported by: Sébastien GISSINGER Owned by: Jeff Hammel
Priority: normal Component: AutocompleteUsersPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

Processing Running setup.py -q bdist_egg --dist-dir /opt/0.11/egg-dist-tmp-smX5ZQ error: Setup script exited with error: can't copy 'autocompleteusers/htdocs/js': doesn't exist or not a regular sg

Attachments (0)

Change History (3)

comment:1 in reply to:  description Changed 15 years ago by sgissinger@…

Resolution: worksforme
Status: newclosed
Summary: eays_install erroreasy_install error

Replying to sgissinger:

Processing Running setup.py -q bdist_egg --dist-dir /opt/0.11/egg-dist-tmp-smX5ZQ error: Setup script exited with error: can't copy 'autocompleteusers/htdocs/js': doesn't exist or not a regular sg

hehe sorry i debugged it myself . Do a standard SVN checkout, like this

svn co http://www.trac-hacks.org/svn/autocompleteusersplugin/0.11/

and then, modify thi file 0.11/setup.py replacing this line :

package_data={'autocompleteusers': ['htdocs/*']},

with this line

package_data={'autocompleteusers': ['htdocs/**/*']},

Rock yourself !

comment:2 Changed 15 years ago by Jeff Hammel

Resolution: worksforme
Status: closedreopened

reopening so i can apply to the trunk when ready

comment:3 Changed 15 years ago by Jeff Hammel

Resolution: duplicate
Status: reopenedclosed

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.