Opened 13 years ago

Last modified 11 years ago

#8690 closed defect

Install TracHours failed. FeedParser not found — at Version 5

Reported by: anonymous Owned by: Ryan J Ollos
Priority: normal Component: TracHoursPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description (last modified by Ryan J Ollos)

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).

Change History (5)

comment:1 in reply to:  description Changed 13 years ago by anonymous

Replying to anonymous:

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: ...

Err. The log should be this:

Skipping TracHoursPlugin 0.5.2": ("DistributionNotFound: FeedParser" not found).

comment:2 Changed 13 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 13 years ago by anonymous

I have the same problem. Is there any solution available?

comment:4 Changed 12 years ago by gordy.will@…

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 Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.