Changes between Initial Version and Version 1 of Ticket #11201


Ignore:
Timestamp:
Jul 2, 2013, 3:24:18 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11201 – Description

    initial v1  
    33I 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
    44
    5 ----------------------------------------------------------------------------------------
    6 Trac[main] ERROR: Internal Server Error: #012Traceback (most recent call last):#012  File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 525, in _dispatch_request#012    dispatcher.dispatch(req)#012  File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 246, in dispatch#012    resp = chosen_handler.process_request(req)#012  File "/usr/lib/python2.6/site-packages/trac/web/chrome.py", line 471, in process_request#012    in provider.get_htdocs_dirs() or []#012  File "build/bdist.linux-x86_64/egg/blackmagic/blackmagic.py", line 350, in get_htdocs_dirs#012    return [('blackmagic', resource_filename(__name__, 'htdocs'))]#012  File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 914, in resource_filename#012    self, resource_name#012  File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 1602, in get_resource_filename#012    return self._extract_resource(manager, zip_path)#012  File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 1617, in _extract_resource#012    manager, os.path.join(zip_path, name)#012  File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 1617, in _extract_resource#012    manager, os.path.join(zip_path, name)#012  File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 1629, in _extract_resource#012    self.egg_name, self._parts(zip_path)#012  File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 990, in get_cache_path#012    self._warn_unsafe_extraction(extract_path)#012AttributeError: ResourceManager instance has no attribute '_warn_unsafe_extraction'
    7 ----------------------------------------------------------------------------------------
     5{{{
     6Trac[main] ERROR: Internal Server Error:
     7Traceback (most recent call last):
     8File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 525, in _dispatch_request dispatcher.dispatch(req)
     9File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 246, in dispatch resp = chosen_handler.process_request(req)
     10File "/usr/lib/python2.6/site-packages/trac/web/chrome.py", line 471, in process_request in provider.get_htdocs_dirs() or []
     11File "build/bdist.linux-x86_64/egg/blackmagic/blackmagic.py", line 350, in get_htdocs_dirs return [('blackmagic', resource_filename(__name__, 'htdocs'))]
     12File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 914, in resource_filename self, resource_name
     13File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 1602, in get_resource_filename return self._extract_resource(manager, zip_path)
     14File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 1617, in _extract_resource manager, os.path.join(zip_path, name)
     15File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 1617, in _extract_resource manager, os.path.join(zip_path, name)
     16File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 1629, in _extract_resource self.egg_name, self._parts(zip_path)
     17File "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'
     18}}}