Modify ↓
Opened 16 years ago
Closed 16 years ago
#3553 closed defect (worksforme)
WikiRename does not work as python egg in plugins folder
Reported by: | anonymous | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | WikiRenamePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I've used
python setup.py bdist_egg
in a fresh checkout of the WikiRenamePlugin. The generated egg file has been copied to the trac environment's plugnis folder. This did not work.
After using
python setup.py install
Which is a global install instead of a trac environment specific one, everything worked fine.
It should also be possible to use environment specific installs.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Given that there is no difference between the two, this simply isn't possible. Please confirm your system is setup correctly.