Ticket #4280 (closed defect: wontfix)
ImportError: No module named posixpath
| Reported by: | Markus Tacker <m@…> | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | devel |
| Severity: | major | Keywords: | setuptools |
| Cc: |
Description
In r4363 accessing any trac url:
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/api.py", line 319, in send_error
if self.hdf and template.endswith('.cs'): # FIXME: remove this
File "/usr/lib/python2.4/site-packages/trac/web/api.py", line 161, in __getattr__
value = self.callbacks[name](self)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 251, in _get_hdf
hdf = HDFWrapper(loadpaths=Chrome(self.env).get_all_templates_dirs())
File "/usr/lib/python2.4/site-packages/trac/web/chrome.py", line 305, in get_all_templates_dirs
dirs += provider.get_templates_dirs()
File "build/bdist.linux-i686/egg/tracrpc/web_ui.py", line 76, in get_templates_dirs
File "/usr/lib/python2.4/site-packages/setuptools-0.7a1dev_r52437-py2.4.egg/pkg_resources.py", line 16, in ?
import sys, os, zipimport, time, re, imp, new, pkgutil # XXX
File "/usr/lib/python2.4/os.py", line 48, in ?
import posixpath as path
ImportError: No module named posixpath
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


