thanks to everyone that replied. I solved it by commenting the line out. I did not have the choice of a higher version of python on the particular machine. Commenting out that line really did help.
On Mar 17, 4:13 am, Ryan J Ollos <[email protected]> wrote: > hidalgo wrote: > > > DEBUG: Skipping "TracHoursPlugin 0.5.2": ("DistributionNotFound: > > Python>=2.4" not found) I am definitely running python 2.4.3. Any help > > is really appreciated. > > Not sure what is going on here, but try commenting out `install_requires = [ > 'Python >= 2.4' ]` in setup.py and let us know if that solves the issue. > > -- > View this message in > context:http://old.nabble.com/trachours-problem-tp31161389p31170652.html > Sent from the Trac Users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
