Opened 2 years ago
Closed 7 months ago
#8690 closed defect (fixed)
Install TracHours failed. FeedParser not found
| Reported by: | anonymous | Owned by: | rjollos |
|---|---|---|---|
| Priority: | normal | Component: | TracHoursPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.12 |
Description (last modified by rjollos)
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 in reply to: ↑ description Changed 2 years ago by anonymous
comment:2 Changed 2 years ago by anonymous
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:3 Changed 21 months ago by anonymous
I have the same problem. Is there any solution available?
comment:4 Changed 10 months ago by gordy_dot_wills_at_gmail_dot_com
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 10 months ago by rjollos
- Description modified (diff)
comment:6 Changed 10 months ago by rjollos
comment:7 Changed 10 months ago by rjollos
Could you try again with r11948 or later? Thanks.
comment:8 Changed 9 months ago by rjollos
Similar issue has been reported in #10308.
comment:9 Changed 9 months ago by rjollos
comment:10 Changed 9 months ago by rjollos
- 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 7 months ago by rjollos
- Resolution set to fixed
- Status changed from new to 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).