Opened 11 years ago

Last modified 8 years ago

#10708 closed defect

DistributionNotFound: Python>=2.4 — at Version 4

Reported by: anonymous Owned by: Mark Ryan
Priority: normal Component: ChildTicketsPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description (last modified by Ryan J Ollos)

Hi,

i cannot run the TracChildTickets 2.5.2 plugin. In the Trac logs i can see:

Skipping "Tracchildtickets 2.5.2": ("DistributionNotFound: Python>=2.4" not found)

what could this be?

Change History (4)

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

Replying to anonymous:

i am using Trac 0.12.4, Python 2.5.4 and build the plugin from the 0.12 branch (Tracchildtickets-2.5.2-py2.5)

comment:2 Changed 11 years ago by Mark Ryan

Status: newassigned

Hi

What version of setuptools do you have installed?

Take a look at #7017 and #9589.

Regards Mark

comment:3 Changed 11 years ago by Ryan J Ollos

Putting an install_requires for Python causes problems, as noted in other tickets. Just delete the line from setup.py and it should install fine.

comment:4 Changed 11 years ago by Ryan J Ollos

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