Modify ↓
#7288 closed defect (invalid)
LookupError: unknown encoding: /trac/trunk/testmanagement/
Reported by: | Owned by: | edunne | |
---|---|---|---|
Priority: | normal | Component: | TestCaseManagementPlugin |
Severity: | normal | Keywords: | |
Cc: | Russia | Trac Release: | 0.11 |
Description
I tried to install plugin and got trac error:
Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/trac/web/api.py", line 377, in send_error 'text/html') File "/usr/lib/python2.6/site-packages/trac/web/chrome.py", line 725, in render_template req.chrome[type_].append( File "/usr/lib/python2.6/site-packages/trac/web/api.py", line 195, in __getattr__ value = self.callbacks[name](self) File "/usr/lib/python2.6/site-packages/trac/web/chrome.py", line 489, in prepare_request for category, name, text in contributor.get_navigation_items(req): File "build/bdist.linux-i686/egg/testManagementPlugin/testManager.py", line 60, in get_navigation_items LookupError: unknown encoding: /trac/trunk/testmanagement/
What is wrong?
Attachments (0)
Change History (7)
comment:1 Changed 14 years ago by
Owner: | changed from edunnesoftwaretesting@… to edunne |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:5 Changed 14 years ago by
Cc: | Russia added; edunnesoftwaretesting@… removed |
---|
it was very interesting to read. I want to quote your post in my blog. It can? And you et an account on Twitter?
comment:6 Changed 14 years ago by
sure go ahead and reference me in your blog that's fine. What's the URL of the blog?
comment:7 Changed 14 years ago by
I would like to exchange links with your site trac-hacks.org Is this possible?
Note: See
TracTickets for help on using
tickets.
It seems than problem was because incorrect installation.
For trac 0.11 I installed source of TRAC 0.10.x users.
When I installed GENSHI Migration 0.11 there was no problem.
Ticket can be closed.