Opened 14 years ago
Closed 12 years ago
#8690 closed defect (fixed)
Install TracHours failed. FeedParser not found
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | TracHoursPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
After I build the TracHoursPlugin-0.5.2-py2.5.egg, install it to plugins and restart the Trac, I got this error from log:
DEBUG: Skipping "TracHoursPlugin 0.5.2": ("DistributionNotFound: Python>=2.4" not found)
I think I already installed FeedParser (easy_install FeedParser
).
What else I should do?
Btw, I am using Bitnami Trac (Trac 0.12.2, Python 2.5.4).
Attachments (0)
Change History (11)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
I believe this problem has to do with where the egg file is located. I believe if you installed the plugin somewhere other than /usr/lib/python2.4/site-packages, the plugin can't determine the version of python installed.
comment:4 Changed 12 years ago by
I am having the same problem, the egg is in the correct plugins folder built from the download branch 0.11 setup.py and the trac.ini has trachours.* = enabled
I have the 5 required dependencies but the debug log still says skipping dependency Python 2.4 not found.
I tried to do and easy install, but it binned out with a syntax error:
File "setup.py", line 250 with open(_BUILDDIR_COOKIE, "wb") as f: ^ SyntaxError: invalid syntax
any advice would be greatly appreciated
comment:5 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:6 Changed 12 years ago by
comment:9 Changed 12 years ago by
comment:10 Changed 12 years ago by
Description: | modified (diff) |
---|
I think that we've probably solved the issues described in this ticket, with the possible exception of comment:1. I'd need more details though to be able to isolate that issue.
comment:11 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Closing due to lack of additional feedback.
Replying to anonymous:
Err. The log should be this:
Skipping
TracHoursPlugin 0.5.2": ("DistributionNotFound: FeedParser" not found)
.