Opened 11 years ago

Last modified 11 years ago

#11201 closed defect

Internal Server Error — at Version 1

Reported by: rui.moreira@… Owned by: Steffen Hoffmann
Priority: normal Component: BlackMagicTicketTweaksPlugin
Severity: normal Keywords: setuptools
Cc: ruimoreira29@… Trac Release: 0.12

Description (last modified by Ryan J Ollos)

Hello

I am installing the Account Manager Plugin on trac 0.12.4, when I enable the plugin I get a Internal Server Error from the tracd

Trac[main] ERROR: Internal Server Error:
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 525, in _dispatch_request dispatcher.dispatch(req)
File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 246, in dispatch resp = chosen_handler.process_request(req)
File "/usr/lib/python2.6/site-packages/trac/web/chrome.py", line 471, in process_request in provider.get_htdocs_dirs() or []
File "build/bdist.linux-x86_64/egg/blackmagic/blackmagic.py", line 350, in get_htdocs_dirs return [('blackmagic', resource_filename(__name__, 'htdocs'))]
File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 914, in resource_filename self, resource_name
File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 1602, in get_resource_filename return self._extract_resource(manager, zip_path)
File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 1617, in _extract_resource manager, os.path.join(zip_path, name)
File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 1617, in _extract_resource manager, os.path.join(zip_path, name)
File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 1629, in _extract_resource self.egg_name, self._parts(zip_path)
File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 990, in get_cache_path self._warn_unsafe_extraction(extract_path) AttributeError: ResourceManager instance has no attribute '_warn_unsafe_extraction'

Change History (1)

comment:1 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.