Ticket #4435 (closed defect: worksforme)
ImportError: No module named trac
| Reported by: | anonymous | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web frontend/mod_python | Version: | 0.10.3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When running trac over apache with mod_python I am getting the following error, however tracd seems to have no issues.
Mod_python error: "PythonHandler trac.web.modpython_frontend"
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 287, in HandlerDispatch
log=debug)
File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 461, in import_module
f, p, d = imp.find_module(parts[i], path)
ImportError: No module named trac
Version used:
subversion-1.4.2 pysqlite-2.3.2 mod_python-3.2.10 httpd-2.0.59 clearsilver-0.10.4 python-2.3.6
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


