Opened 13 years ago
Closed 12 years ago
#9972 closed defect (fixed)
Error in installation of plugin
Reported by: | anonymous | Owned by: | Mark Ryan |
---|---|---|---|
Priority: | normal | Component: | ChildTicketsPlugin |
Severity: | normal | Keywords: | |
Cc: | mesut.acikkol@…, Ryan J Ollos | Trac Release: | 0.12 |
Description
Hi , I am getting the error in the picture attached.
Attachments (1)
Change History (10)
Changed 13 years ago by
Attachment: | installationerror.jpg added |
---|
comment:1 Changed 13 years ago by
Trac Release: | 0.11 → 0.12 |
---|
comment:2 Changed 13 years ago by
Cc: | mesut.acikkol@… added; anonymous removed |
---|
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
Cc: | Ryan J Ollos added |
---|
comment:5 Changed 13 years ago by
Hi, Thanks you for your suggestions. It helps me alot. Now i am facing with another problem . When i go to the admin panel/Child Tickets Plugin/Parent Types and click on a status it opens a blank page and showing and error like "Environment not found" ..
comment:6 follow-up: 8 Changed 13 years ago by
it looks like the admin page links are hardcoded.
see source:/childticketsplugin/0.12/childtickets/templates/admin_childtickets.html@11489#L92
comment:7 Changed 13 years ago by
comment:8 Changed 13 years ago by
Replying to openshark:
it looks like the admin page links are hardcoded.
see source:/childticketsplugin/0.12/childtickets/templates/admin_childtickets.html@11489#L92
Ooops ... thanks for spotting that openshark! Sloppy of me...
@Ticket Requestor: Does this change he problem you are seeing at all?
comment:9 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hi
I notice you get the same error at the beginning of your installs (I think when you're installing Python itself?). I've no experience of installing python and trac on windows but my guess is it is a configuration issue with easy_install ??
Can you try installing some other plugins and see if it brings the same issue.
The other thing you can try, is to remove the requirement on the Python version in the 'setup.py file:
Would be changed to:
Please try both these and post feedback
Regards Mark