Message2495
Running:
- Python 2.5.1
- Windows XPsp2
- Roundup 1.4.1 (installed using winexe installer)
- IE 6.0
After starting up demo server, tried to connect from browser on local machine. Server console displays this log message and exception:
127.0.0.1 - - [21/Nov/2007 11:05:29] "GET /demo/ HTTP/1.1" 400 -
EXCEPTION AT Wed Nov 21 11:05:29 2007
Traceback (most recent call last):
File "c:\python25\lib\site-packages\roundup\scripts\roundup_server.py", line 188, in run_cgi
self.inner_run_cgi()
File "c:\python25\lib\site-packages\roundup\scripts\roundup_server.py", line 362, in inner_run_cgi
tracker.Client(tracker, self, env).main()
File "c:\python25\lib\site-packages\roundup\cgi\client.py", line 174, in __init__
self.mailer = Mailer(instance.config)
File "c:\python25\lib\site-packages\roundup\mailer.py", line 37, in __init__
time.tzset()
AttributeError: 'module' object has no attribute 'tzset'
My version of Python does not have a tzset() method in the time module.
I am trying to get Roundup adopted in my office for project issue tracking, but this is my 2nd or 3rd attempt at basic installation with demo behavior and little success. This time, I didn't even get past the out-of-the-box demo! :( I really want to use this project, but I'm ready to punt.
-- Paul
|
|
Date |
User |
Action |
Args |
2009-02-03 14:22:11 | admin | link | issue1835902 messages |
2009-02-03 14:22:11 | admin | create | |
|