Opened 14 years ago

Last modified 7 years ago

#6219 closed defect

On trac 0.12, TracWYSIWYG always fails to load — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.