Are you using 0.10? Pretty sure that system is new in 0.11. --Noah
On Dec 1, 2008, at 2:05 AM, mberli wrote: > > Hey Guys! > > I tried to install the RoadmapsHoursPlugin (http://trac-hacks.org/ > wiki/ > RoadmapHoursPlugin). I did that as usual with an .egg file. After > restarting my apache2, I got an "500 Internal Server Error". My > apache2-Log looks like that: > > [Mon Dec 01 10:52:52 2008] [error] [client 85.1.173.121] PythonHandler > trac.web.modpython_frontend: Traceback (most recent call last): > [Mon Dec 01 10:52:52 2008] [error] [client 85.1.173.121] PythonHandler > trac.web.modpython_frontend: File "/usr/lib/python2.4/site-packages/ > mod_python/apache.py", line 299, in HandlerDispatch\n result = o > bject(req) > [Mon Dec 01 10:52:52 2008] [error] [client 85.1.173.121] PythonHandler > trac.web.modpython_frontend: File "/var/lib/python-support/ > python2.4/ > trac/web/modpython_frontend.py", line 87, in handler\n gateway. > run(dispatch_request) > [Mon Dec 01 10:52:52 2008] [error] [client 85.1.173.121] PythonHandler > trac.web.modpython_frontend: File "/var/lib/python-support/ > python2.4/ > trac/web/wsgi.py", line 87, in run\n response = application(sel > f.environ, self._start_response) > [Mon Dec 01 10:52:52 2008] [error] [client 85.1.173.121] PythonHandler > trac.web.modpython_frontend: File "/var/lib/python-support/ > python2.4/ > trac/web/main.py", line 377, in dispatch_request\n env = _open_ > environment(env_path, run_once=run_once) > [Mon Dec 01 10:52:52 2008] [error] [client 85.1.173.121] PythonHandler > trac.web.modpython_frontend: File "/var/lib/python-support/ > python2.4/ > trac/web/main.py", line 58, in _open_environment\n env_cache[en > v_path] = open_environment(env_path) > [Mon Dec 01 10:52:52 2008] [error] [client 85.1.173.121] PythonHandler > trac.web.modpython_frontend: File "/var/lib/python-support/ > python2.4/ > trac/env.py", line 434, in open_environment\n env = Environment > (env_path) > [Mon Dec 01 10:52:52 2008] [error] [client 85.1.173.121] PythonHandler > trac.web.modpython_frontend: File "/var/lib/python-support/ > python2.4/ > trac/env.py", line 121, in __init__\n load_components(self) > [Mon Dec 01 10:52:52 2008] [error] [client 85.1.173.121] PythonHandler > trac.web.modpython_frontend: File "/var/lib/python-support/ > python2.4/ > trac/loader.py", line 101, in load_components\n entry_point.loa > d() > [Mon Dec 01 10:52:52 2008] [error] [client 85.1.173.121] PythonHandler > trac.web.modpython_frontend: File "/usr/lib/python2.4/site-packages/ > setuptools-0.6c8-py2.4.egg/pkg_resources.py", line 1912, in load\n > entry = __import__(self.module_name, globals(),globals(), > ['__name__']) > [Mon Dec 01 10:52:52 2008] [error] [client 85.1.173.121] PythonHandler > trac.web.modpython_frontend: File "/usr/lib/python2.4/site-packages/ > RoadmapHours-0.5-py2.4.egg/roadmaphours/__init__.py", line 2, in ?\ > n from roadmaphours import * > [Mon Dec 01 10:52:52 2008] [error] [client 85.1.173.121] PythonHandler > trac.web.modpython_frontend: File "/usr/lib/python2.4/site-packages/ > RoadmapHours-0.5-py2.4.egg/roadmaphours/roadmaphours.py", line 25, > in ?\n class RoadmapHoursTicketGroupStatsProvider(Component): > [Mon Dec 01 10:52:52 2008] [error] [client 85.1.173.121] PythonHandler > trac.web.modpython_frontend: File "/usr/lib/python2.4/site-packages/ > RoadmapHours-0.5-py2.4.egg/roadmaphours/roadmaphours.py", line 28, > in RoadmapHoursTicketGroupStatsProvider\n implements > (ITicketGroupStatsProvider) > [Mon Dec 01 10:52:52 2008] [error] [client 85.1.173.121] PythonHandler > trac.web.modpython_frontend: NameError: name > 'ITicketGroupStatsProvider' is not defined > > > Does anybody know: >> what ITickerGroupStatsProvider is and how I can define it ? >> how I can become running my Trac again? > > OS: Linux Debian Etch > Python: Python 2.4.4 > > > Thanks a lot !! > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
