Edgewall Software

Ticket #4435 (closed defect: worksforme)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by eblot

  • status changed from new to closed
  • resolution set to worksforme

You have an issue with your Python path.

This is an installation issue, not a bug: Please ask for support on the MailingList or on over #IRC. Check you Apache configuration, you've probably missed the python path setting.

Add/Change #4435 (ImportError: No module named trac)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from cmlenz. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.