Modify ↓
#9897 closed defect (fixed)
ProjectPlan does not load with Trac > 0.12
Reported by: | Adam Dorsey - NOAA Affiliate | Owned by: | Andreas |
---|---|---|---|
Priority: | normal | Component: | ProjectPlanPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I get the following error in trac.log when trying to load ProjectPlan on a Trac 0.12.2 instance:
2012-03-12 15:43:56,529 Trac[loader] ERROR: Skipping "ProjectPlan 0.91.2": (version conflict "VersionConflict: (Trac 0.12.2 (/usr/lib/python2.6/site-packages /Trac-0.12.2-py2.6.egg), Requirement.parse('Trac>=0.11,<=0.12'))")
I don't know if there is an actual reason the plugin can't run on newer versions of Trac 0.12; I'll try manually changing the version string and find out.
Attachments (0)
Change History (3)
comment:1 Changed 13 years ago by
comment:2 follow-up: 3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
It appears that changing that line in EGG-INFO/requires.txt to
lets the plugin run. I can see no immediate issues.