Modify ↓
Opened 15 years ago
Closed 14 years ago
#8733 closed defect (invalid)
Child Tickets plug-in won't load
| Reported by: | anonymous | Owned by: | Mark Ryan |
|---|---|---|---|
| Priority: | high | Component: | ChildTicketsPlugin |
| Severity: | major | Keywords: | |
| Cc: | Trac Release: | 0.12 |
Description
I get the following in the log with debugging turned on: DEBUG: Skipping "Tracchildtickets 1.1.2": ("DistributionNotFound: Python>=2.4" not found)
I have Python 2.5.4
I'm using the Tracchildtickets-1.1.2-py2.5.egg
Version 2.5 is greater than 2.4, so I'm not sure why this isn't working.
Attachments (0)
Change History (6)
comment:1 Changed 15 years ago by
| Priority: | normal → high |
|---|---|
| Severity: | normal → major |
comment:2 Changed 15 years ago by
| Trac Release: | 0.11 → 0.12 |
|---|
comment:3 Changed 15 years ago by
| Cc: | anonymous added; taz17mania@… removed |
|---|
comment:4 Changed 15 years ago by
comment:5 Changed 14 years ago by
| Status: | new → assigned |
|---|
Hi there... I am not sure what is causing your problem - I've not seen this myself but there was a similar issue some time ago (see #7017). It turned out to be a problem with the version of setuptools that was installed.
What version do you have installed???
comment:6 Changed 14 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | assigned → closed |
No further info supplied. If this is still a problem, please re-open....
Note: See
TracTickets for help on using
tickets.



If I change the setup.py and take out the Python 2.4 in the install_requires it seems to work. Not sure why I would have to do that...