#4634 closed defect (worksforme)
runnable Egg for Python 2.5
Reported by: | daniel | Owned by: | Diorgenes Felipe Grzesiuk |
---|---|---|---|
Priority: | normal | Component: | TracWikiToPdfPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Hello, I tried to use WikiToPdf with Trac 0.11.2.1 and Python 2.5. The Python-Code seems to be only for 2.4, so I tried to make my own egg. Afer installation, I get some errors like:
IOError: zipimport: can not open file /usr/lib/python2.5/site-packages/TracWikiToPdfPlugin-2.2.2-py2.5.egg
Also with the downloadable py2.4-egg it won't work.
Any ideas?
Attachments (0)
Change History (4)
comment:1 follow-up: 2 Changed 16 years ago by
comment:2 follow-up: 3 Changed 16 years ago by
Do you try file rename?
1- rename TracWikiToPdfPlugin-2.2.2-py2.4.egg for TracWikiToPdfPlugin-2.2.2-py2.5.egg
2- restart apache
Replying to anonymous:
Do you try file rename?
1- rename TracWikiToPdfPlugin-2.2.2-py2.4.egg for TracWikiToPdfPlugin-2.2.2-py2.5.egg 2- restart apache
comment:3 Changed 16 years ago by
Replying to anonymous:
Do you try file rename?
1- rename TracWikiToPdfPlugin-2.2.2-py2.4.egg for TracWikiToPdfPlugin-2.2.2-py2.5.egg
2- restart apache
Yes I did. Same Error:
IOError: zipimport: can not open file /usr/lib/python2.5/site-packages/TracWikiToPdfPlugin-2.2.2-py2.5.egg
comment:4 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I cannot replicate your issue. The plugin builds perfectly in Python 2.5 on both Linux & FreeBSD.
Do you try file rename?
1- rename TracWikiToPdfPlugin-2.2.2-py2.4.egg for TracWikiToPdfPlugin-2.2.2-py2.5.egg 2- restart apache