Opened 14 years ago

Last modified 7 years ago

#6219 closed defect

On trac 0.12, TracWsgiPlugin always fails to load — at Version 2

Reported by: anonymous Owned by: martinpaljak
Priority: highest Component: TracWsgiPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.12

Description (last modified by Ryan J Ollos)

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?

Change History (2)

comment:1 Changed 14 years ago by Robert Rossmair

Component: TracWysiwygPluginTracWsgiPlugin
Owner: changed from Jun Omae to martinpaljak
Summary: On trac 0.12, TracWYSIWYG always fails to loadOn trac 0.12, TracWsgiPlugin always fails to load

Wrong Plugin. Ticket description refers to TracWsgiPlugin. Title and component changed accordingly. (Note: I'm not the reporter.)

comment:2 Changed 11 years ago by Ryan J Ollos

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