Roundup Tracker - Issues

Message2011

Author mangelschots
Recipients
Date 2005-08-12.19:09:22
Message-id
In-reply-to
After installing 0.8.4 on an Wintel XP PC, with Python
2.4.1, I run the demo.py from within the
C:\Python24\Lib\site-packages\roundup directory.

I get the following error:

Traceback (most recent call last):
  File "demo.py", line 15, in ?
    from roundup.scripts import roundup_server
  File
"C:\Python24\Lib\site-packages\roundup\scripts\roundup_server.py",
line 32, in ?
    from roundup.cgi import cgitb, client
  File
"C:\Python24\Lib\site-packages\roundup\cgi\cgitb.py",
line 10, in ?
    import sys, os, types, string, keyword, linecache,
tokenize, inspect, cgi
  File "C:\Python24\lib\tokenize.py", line 38, in ?
    COMMENT = N_TOKENS
NameError: name 'N_TOKENS' is not defined
History
Date User Action Args
2009-02-03 14:21:26adminlinkissue1257953 messages
2009-02-03 14:21:26admincreate