Running Apache on Windows. I shut down Apache, ran the Windows
installer, then restarted Apache. After doing this I'm getting a 500
Internal Server error when trying to access any of my environments.
Here's what Apache's error log states. I did have Genshi 5dev
installed prior for use with a plugin. Had just downloaded the current
Genshi installer and ran it, still with the same error.
[Tue Jul 01 13:24:00 2008] [error] [client 127.0.0.1] mod_python
(pid=2916, interpreter='main_interpreter', phase='PythonHandler',
handler='trac.web.modpython_frontend'): Application error
[Tue Jul 01 13:24:00 2008] [error] [client 127.0.0.1] File "C:\
\Program Files\\Python25\\lib\\site-packages\\mod_python\
\importer.py", line 1537, in HandlerDispatch\n
default=default_handler, arg=req, silent=hlist.silent)
[Tue Jul 01 13:24:00 2008] [error] [client 127.0.0.1] File "C:\
\Program Files\\Python25\\lib\\site-packages\\mod_python\
\importer.py", line 1229, in _process_target\n result =
_execute_target(config, req, object, arg)
[Tue Jul 01 13:24:00 2008] [error] [client 127.0.0.1] File "C:\
\Program Files\\Python25\\lib\\site-packages\\mod_python\
\importer.py", line 1128, in _execute_target\n result = object(arg)
[Tue Jul 01 13:24:00 2008] [error] [client 127.0.0.1] File "C:\
\Program Files\\Python25\\Lib\\site-packages\\trac\\web\
\modpython_frontend.py", line 125, in handler\n
pkg_resources.require('Trac==%s' % VERSION)
[Tue Jul 01 13:24:00 2008] [error] [client 127.0.0.1] File "C:\
\Program Files\\Python25\\Lib\\site-packages\\pkg_resources.py", line
626, in require\n needed =
self.resolve(parse_requirements(requirements))
[Tue Jul 01 13:24:00 2008] [error] [client 127.0.0.1] File "C:\
\Program Files\\Python25\\Lib\\site-packages\\pkg_resources.py", line
528, in resolve\n raise VersionConflict(dist,req) # XXX put more
info here
[Tue Jul 01 13:24:00 2008] [error] [client 127.0.0.1] VersionConflict:
(genshi 0.5dev (c:\\program files\\python25\\lib\\site-packages\
\genshi-0.5dev-py2.5-win32.egg), Requirement.parse('Genshi>=0.5'))
When I attempt an upgrade on one of my environments this spits out as
well:
Traceback (most recent call last):
File "C:\Program Files\Python25\Scripts\trac-admin-script.py", line
5, in <mod
ule>
from pkg_resources import load_entry_point
File "C:\Program Files\Python25\Lib\site-packages\pkg_resources.py",
line 2565
, in <module>
parse_requirements(__requires__), Environment()
File "C:\Program Files\Python25\Lib\site-packages\pkg_resources.py",
line 524,
in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: Trac==0.11
Thanks.
Chris
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---