Modify ↓
Opened 16 years ago
Closed 16 years ago
#3366 closed defect (fixed)
Issues with egg in 0.11 branch and creating egg
Reported by: | anonymous | Owned by: | Diorgenes Felipe Grzesiuk |
---|---|---|---|
Priority: | normal | Component: | TracWikiToPdfPlugin |
Severity: | normal | Keywords: | |
Cc: | Tim Jones | Trac Release: | 0.11 |
Description
Thanks for fixing the compatibility issues with 0.11. Here's a couple things I discovered during the upgrade.
- The egg in svn must have an older version of web_ui.py in it. Upon start-up, I received the following error:
2008-07-10 22:20:37,960 Trac[loader] DEBUG: Loading wikitopdf.web_ui \ from /opt-apps/svn/python/lib/python2.4/site-packages/TracWikiToPdfPlugin-2.0-py2.4.egg 2008-07-10 22:20:37,969 Trac[loader] ERROR: Skipping "wikitopdf.web_ui = wikitopdf.web_ui": \ (can't import "No module named webadmin.web_ui")
I looked at web_ui.py
in SVN but saw no such import, so the egg must be old. Also, after I created a new egg from source, I was not able to upgrade teh old one. I had to manually remove it first.
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
Cc: | Tim Jones added; anonymous removed |
---|
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Hi
Sorry, I believe fix this.
Thank you!
Regards
Diorgenes F. Grzesiuk