Good morning,

I tried to upgrade this morning from Trac 0.11.7 to 0.12 and
unfortunately it failed. See attached error log.

- Trac is accessed via ssl
- Ubuntu 8.04 Server

apache-configuration:

# Trac edocsil
<Location /edocsil>
  SetHandler mod_python
  PythonInterpreter main_interpreter
  PythonHandler trac.web.modpython_frontend 
  PythonOption TracEnv /srv/trc/edocsil
  PythonOption TracUriRoot /edocsil
  PythonOption PYTHON_EGG_CACHE /srv/trc/edocsil/.python-eggs
  AuthType Basic
  AuthName "edocsil"
  AuthUserFile /srv/pwd/trac-edocsil.users
  Require valid-user
</Location>

Please advice.

Thanks for any support.

Dirk

-- 
Kontakt: http://d5e.org/contact
Blog:    http://dirk.deimeke.net/
Podcast: http://deimhart.net/

-- 
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.

[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201] mod_python (pid=14717, interpreter='main_interpreter', phase='PythonHandler', handler='trac.web.modpython_frontend'): Application error
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201] ServerName: 'www.ptlx.de'
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201] DocumentRoot: '/var/www'
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201] URI: '/edocsil/'
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201] Location: '/edocsil'
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201] Directory: None
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201] Filename: '/var/www/edocsil'
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201] PathInfo: '/'
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201] Traceback (most recent call last):
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201]   File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1537, in HandlerDispatch\n    default=default_handler, arg=req, silent=hlist.silent)
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201]   File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1202, in _process_target\n    module = import_module(module_name, path=path)
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201]   File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 304, in import_module\n    return __import__(module_name, {}, {}, ['*'])
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201]   File "build/bdist.linux-x86_64/egg/trac/__init__.py", line 14, in <module>
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201]   File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2581, in <module>\n    add_activation_listener(lambda dist: dist.activate())
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201]   File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 640, in subscribe\n    callback(dist)
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201]   File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2581, in <lambda>\n    add_activation_listener(lambda dist: dist.activate())
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201]   File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2127, in activate\n    self.insert_on(path)
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201]   File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2223, in insert_on\n    self.check_version_conflict()
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201]   File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2262, in check_version_conflict\n    for modname in self._get_metadata('top_level.txt'):
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201]   File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2121, in _get_metadata\n    for line in self.get_metadata_lines(name):
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201]   File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1140, in get_metadata_lines\n    return yield_lines(self.get_metadata(name))
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201]   File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1137, in get_metadata\n    return self._get(self._fn(self.egg_info,name))
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201]   File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1195, in _get\n    return self.loader.get_data(path)
[Mon Jun 14 06:16:29 2010] [error] [client 62.203.177.201] IOError: zipimport: can not open file /usr/lib/python2.5/site-packages/Genshi-0.6-py2.5.egg

Reply via email to