Ticket #4495 (closed defect: worksforme)

Opened 4 years ago

Last modified 4 years ago

Unable to get plugin working

Reported by: commercial@beardens.net Assigned to: richard
Priority: high Component: TracTweakUiPlugin
Severity: blocker Keywords:
Cc: jeremy.roberts@qceptech.com Trac Release: 0.11

Description (Last modified by otaku42)

Followed your install instructions as well as I could (on Trac 0.11, running through tracd.exe on Windows XP), and I get this error as soon as I enable the plugin:

Traceback (most recent call last):
  File "C:\bin\Python2.5\lib\site-packages\trac\web\api.py", line 339, in send_error
    'text/html')
  File "C:\bin\Python2.5\lib\site-packages\trac\web\chrome.py", line 683, in render_template
    template = self.load_template(filename, method=method)
  File "C:\bin\Python2.5\lib\site-packages\trac\web\chrome.py", line 659, in load_template
    self.templates = TemplateLoader(self.get_all_templates_dirs(),
  File "C:\bin\Python2.5\lib\site-packages\trac\web\chrome.py", line 406, in get_all_templates_dirs
    dirs += provider.get_templates_dirs()
  File "build\bdist.win32\egg\tractweakui\web_ui.py", line 52, in get_templates_dirs
    return [resource_filename(__name__, 'templates')]
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 841, in resource_filename
    self, resource_name
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 1311, in get_resource_filename
    return self._extract_resource(manager, zip_path)
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 1322, in _extract_resource
    zip_stat = self.zipinfo[zip_path]
KeyError: 'tractweakui\\templates'

Attachments

Change History

01/22/09 06:27:23 changed by otaku42

  • description changed.

02/02/09 22:24:04 changed by richard

  • status changed from new to closed.
  • resolution set to worksforme.

[5180]

  • The reason is the "templates" directory is not included in egg file
  • Fixed by adding package_data in setup.py
  • You should reinstall this plugin
  • You can exam the "templates" directory in egg file by unzip this egg file

Add/Change #4495 (Unable to get plugin working)




Change Properties
Action