Modify ↓
Opened 15 years ago
Closed 8 years ago
#6219 closed defect (wontfix)
On trac 0.12, TracWsgiPlugin always fails to load
Reported by: | anonymous | Owned by: | martinpaljak |
---|---|---|---|
Priority: | highest | Component: | TracWsgiPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
Enabling the debug logging on trac we see:
2009-11-16 23:26:07,477 Trac[loader] DEBUG: Loading wsgiplugin.wsgiplugin from /usr/local/lib/python2.6/dist-packages/WSGITrac-0.3dev_r0-py2.6.egg 2009-11-16 23:26:07,480 Trac[loader] ERROR: Skipping "wsgiplugin.wsgiplugin = wsgiplugin.wsgiplugin": (can't import "ImportError: No module named request")
There doesn't seem to even be a reference to a 'request' import inside the plugin code, but it blocks there.
This was done on Ubuntu 9.10 server with python 2.6.4 and everything else working perfectly. Is there a dependency I am not aware of?
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
Component: | TracWysiwygPlugin → TracWsgiPlugin |
---|---|
Owner: | changed from Jun Omae to martinpaljak |
Summary: | On trac 0.12, TracWYSIWYG always fails to load → On trac 0.12, TracWsgiPlugin always fails to load |
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
Wrong Plugin. Ticket description refers to TracWsgiPlugin. Title and component changed accordingly. (Note: I'm not the reporter.)