Issue 1257953
Created on 2005-08-12 19:09 by mangelschots, last changed 2005-08-13 16:51 by ramiro_m.
msg2011 |
Author: [hidden] (mangelschots) |
Date: 2005-08-12 19:09 |
|
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
|
msg2012 |
Author: [hidden] (ramiro_m) |
Date: 2005-08-13 16:51 |
|
Logged In: YES
user_id=89668
Hi,
Go to the Roundup home web page
Click on "Documentation"
Click on "Installation"
Click on "For The Really Impatient"
Follow instructions ["...If you just want to give Roundup a whirl Right Now, then simply run python demo.py. If you used the Windows installer, you should run the roundup-demo program instead..."]
Regards,
-- Ramiro
|
|
Date |
User |
Action |
Args |
2005-08-12 19:09:22 | mangelschots | create | |
|