Ticket #8690 (closed defect: fixed)

Opened 2 years ago

Last modified 6 months ago

Install TracHours failed. FeedParser not found

Reported by: anonymous Assigned to: 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

Change History

(in reply to: ↑ description ) 04/08/11 14:20:51 changed 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).

05/20/11 04:29:55 changed 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.

10/06/11 11:50:23 changed by anonymous

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

09/07/12 18:27:14 changed 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

09/07/12 18:37:43 changed by rjollos

  • description changed.

09/07/12 18:38:32 changed by rjollos

(In [11948])

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

09/07/12 18:38:52 changed by rjollos

Could you try again with r11948 or later? Thanks.

09/12/12 07:52:17 changed by rjollos

Similar issue has been reported in #10308.

09/14/12 16:48:29 changed by rjollos

(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].

09/15/12 05:16:13 changed by rjollos

  • description changed.

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.

11/29/12 22:36:11 changed by rjollos

  • status changed from new to closed.
  • resolution set to fixed.

Closing due to lack of additional feedback.


Add/Change #8690 (Install TracHours failed. FeedParser not found)




Change Properties
Action