Modify

Opened 13 years ago

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

Attachments (0)

Change History (11)

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)

comment:6 Changed 12 years ago by Ryan J Ollos

(In [11948])

Refs #8690: Remove specification of Python as a dependency in setup.py.

comment:7 Changed 12 years ago by Ryan J Ollos

Could you try again with r11948 or later? Thanks.

comment:8 Changed 12 years ago by Ryan J Ollos

Similar issue has been reported in #10308.

comment:9 Changed 12 years ago by Ryan J Ollos

(In [11994]) Refs #8690: Remove specification of Python as a dependency in setup.py on the 0.11 branch, as was done on the trunk in [11948].

comment:10 Changed 12 years ago by Ryan J Ollos

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 11 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

Closing due to lack of additional feedback.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.