Modify ↓
Opened 18 years ago
Closed 18 years ago
#2834 closed defect (fixed)
Don't work with revision 6787
| Reported by: | Owned by: | Colin Guthrie | |
|---|---|---|---|
| Priority: | normal | Component: | WorkLogPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
I changed from 0.11 dev r6512 to revision r6787. After this I got this message.
Traceback (most recent call last):
File "d:\programme\python25\lib\site-packages\Trac-0.11dev-py2.5.egg\trac\web\api.py", line 339, in send_error
'text/html')
File "d:\programme\python25\lib\site-packages\Trac-0.11dev-py2.5.egg\trac\web\chrome.py", line 683, in render_template
template = self.load_template(filename, method=method)
File "d:\programme\python25\lib\site-packages\Trac-0.11dev-py2.5.egg\trac\web\chrome.py", line 659, in load_template
self.templates = TemplateLoader(self.get_all_templates_dirs(),
File "d:\programme\python25\lib\site-packages\Trac-0.11dev-py2.5.egg\trac\web\chrome.py", line 406, in get_all_templates_dirs
dirs += provider.get_templates_dirs()
File "build\bdist.win32\egg\worklog\webui.py", line 165, in get_templates_dirs
from pkg_resources import resource_filename
SystemError: Parent module 'worklog' not loaded
Attachments (0)
Change History (3)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
| Status: | new → assigned |
|---|
comment:3 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
(In [3483]) Update the Admin pages to the new Trac API. Not really tested this but at least the plugin loads now. Will do more testing shortly. Fixes #2834, Refs #2815 - Can the reporters please check the status of #2815 and close if appropriate. It's not quite the same error as #2834 but it looks as if it could be related. Thanks.
Note: See
TracTickets for help on using
tickets.



I wonder if this could be a dup of #2815. I need to do some updates to bring things up to latest Trac SVN... I'll try to find time shortly.