Modify ↓
Opened 18 years ago
Closed 18 years ago
#1131 closed defect (fixed)
Installation trouble
Reported by: | anonymous | Owned by: | Emmanuel Blot |
---|---|---|---|
Priority: | low | Component: | RevtreePlugin |
Severity: | normal | Keywords: | needinfo |
Cc: | Trac Release: | 0.10 |
Description
Hi,
I'm currently getting the following problem after installing and trying to access.
Traceback (most recent call last): File "C:\PROGRA~1\Python23\lib\site-packages\trac\web\main.py", line 335, in dispatch_request dispatcher.dispatch(req) File "C:\PROGRA~1\Python23\lib\site-packages\trac\web\main.py", line 220, in dispatch resp = chosen_handler.process_request(req) File "build\bdist.win32\egg\revtree\web_ui.py", line 185, in process_request File "build\bdist.win32\egg\revtree\web_ui.py", line 287, in _process_revtree File "build\bdist.win32\egg\revtree\svgview.py", line 877, in create File "build\bdist.win32\egg\revtree\svgview.py", line 376, in __init__ File "build\bdist.win32\egg\revtree\svgview.py", line 507, in __init__ File "build\bdist.win32\egg\revtree\svgview.py", line 69, in __init__ File "build\bdist.win32\egg\revtree\svgview.py", line 109, in str2col AssertionError: unknown color: #7f7f7f
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
Keywords: | python2.3 added |
---|---|
Priority: | normal → low |
Status: | new → assigned |
comment:2 Changed 18 years ago by
Keywords: | needinfo added; python2.3 removed |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
The latest release for Trac 0.10 should fix this issue.
Please reopen this ticket if it does work for your environment (do not forget to include a quick description of your system)
Note: See
TracTickets for help on using
tickets.
Wow, it took me quite a while to be able to reproduce this error: it only occurs with Python 2.3
I've set up two environments on Windows, as it seems it's the OS you're running Trac on:
The latter one works fine, but the former fails with the same error as the one you reported.
I'll try to fix this issue for Python 2.3 if it's easy enough. Meanwhile you may want to upgrade your environment to a more recent Python release.