Modify

Opened 17 years ago

Closed 17 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 17 years ago by Emmanuel Blot

Keywords: python2.3 added
Priority: normallow
Status: newassigned

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:

  1. one with python2.3,
  2. another with python2.4.

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.

comment:2 Changed 17 years ago by Emmanuel Blot

Keywords: needinfo added; python2.3 removed
Resolution: fixed
Status: assignedclosed

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)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Emmanuel Blot.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.