Modify ↓
Opened 15 years ago
Last modified 12 years ago
#6886 new defect
broke my installation
Reported by: | anonymous | Owned by: | Sarah Strong |
---|---|---|---|
Priority: | normal | Component: | TracSnapPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
After installing with easy-install, enabling and upgrading I got: Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.7stable_r0-py2.6.egg/trac/web/api.py", line 377, in send_error 'text/html') File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.7stable_r0-py2.6.egg/trac/web/chrome.py", line 738, in render_template template = self.load_template(filename, method=method) File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.7stable_r0-py2.6.egg/trac/web/chrome.py", line 704, in load_template self.templates = TemplateLoader(self.get_all_templates_dirs(), File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.7stable_r0-py2.6.egg/trac/web/chrome.py", line 440, in get_all_templates_dirs dirs += provider.get_templates_dirs() File "build/bdist.linux-i686/egg/socialnetwork/socialnetwork.py", line 44, in get_templates_dirs return [resource_filename(__name__, 'templates')] File "/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py", line 882, in resource_filename self, resource_name File "/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py", line 1352, in get_resource_filename return self._extract_resource(manager, zip_path) File "/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py", line 1363, in _extract_resource zip_stat = self.zipinfo[zip_path] KeyError: 'socialnetwork/templates'
Maybe incompatible with Agilo plugin...
Attachments (0)
Note: See
TracTickets for help on using
tickets.