Hello,

 

I'm using Trac 0.11.1 on Apache 2.2 and Python 2.4.4.

Trac works normally fine. But from time to time I get an Internal Server
Error and in the Apache Error appears:

 

[Mon Oct 20 09:57:51 2008] [error] [client 194.95.226.155] PythonHandler
trac.web.modpython_frontend: Traceback (most recent call last):, referer:
http://trac.danielpomrehn.info/Vader/admin/general/plugin

 

[Mon Oct 20 09:57:51 2008] [error] [client 194.95.226.155] PythonHandler
trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/mod_python/apache.py", line 299, in
HandlerDispatch\n    result = object(req), referer:
http://trac.danielpomrehn.info/Vader/admin/general/plugin

 

[Mon Oct 20 09:57:51 2008] [error] [client 194.95.226.155] PythonHandler
trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/web/modpython_f
rontend.py", line 148, in handler\n    from trac.web.main import
dispatch_request, referer:
http://trac.danielpomrehn.info/Vader/admin/general/plugin

 

[Mon Oct 20 09:57:51 2008] [error] [client 194.95.226.155] PythonHandler
trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/web/main.py",
line 47, in ?\n    from trac.web.chrome import Chrome, referer:
http://trac.danielpomrehn.info/Vader/admin/general/plugin

 

[Mon Oct 20 09:57:51 2008] [error] [client 194.95.226.155] PythonHandler
trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/web/chrome.py",
line 51, in ?\n    from trac.wiki import IWikiSyntaxProvider, referer:
http://trac.danielpomrehn.info/Vader/admin/general/plugin

 

[Mon Oct 20 09:57:51 2008] [error] [client 194.95.226.155] PythonHandler
trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/wiki/__init__.p
y", line 3, in ?\n    from trac.wiki.intertrac import *, referer:
http://trac.danielpomrehn.info/Vader/admin/general/plugin

 

[Mon Oct 20 09:57:51 2008] [error] [client 194.95.226.155] PythonHandler
trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/wiki/intertrac.
py", line 26, in ?\n    from trac.web import IRequestHandler, referer:
http://trac.danielpomrehn.info/Vader/admin/general/plugin

 

[Mon Oct 20 09:57:51 2008] [error] [client 194.95.226.155] PythonHandler
trac.web.modpython_frontend: ImportError: cannot import name
IRequestHandler, referer:
http://trac.danielpomrehn.info/Vader/admin/general/plugin

 

When I reload the site, the error doesn't appear. If I execute python on a
shell and do a "from trac.web import IRequestHandler" it works fine.

 

Is there any solution for this issue?

 

Thanks in advance.

Daniel


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to