Message496
I have python 2.2.2 installed.
Downloaded roundup 0.5.1 and ran 'python ./run_tests'.
Failed on win32con so I installed win32all-148 and re-
ran 'python ./run_tests'. (I assume roundup runs on
Windows as well as unix?).
Get following error messages:
EEEEEEEEEEEEEEEEEE.....EEEEEEEEEEEEEEEE
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
EEEEEEEEEEEEEE........EEEEE...........EEE
=========================================
=============================
ERROR: testAlternateAddress
(test.test_mailgw.MailgwTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test\test_mailgw.py", line 78, in setUp
init.initialise(self.dirname, 'sekrit')
File "roundup\init.py", line 113, in initialise
instance = roundup.instance.open(instance_home)
File "roundup\instance.py", line 60, in open
tracker = imp.load_package(modname, tracker_home)
File "roundup\templates\classic\__init__.py", line 22,
in ?
from interfaces import Client, MailGW
File "_test_mailgw_1\interfaces.py", line 21, in ?
from roundup.cgi import client
ImportError: No module named cgi
:
:
Lots more similar error messages
:
:
=========================================
=============================
ERROR: testC_User
(test.test_schema.SchemaTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test\test_schema.py", line 46, in setUp
self.db = back_anydbm.Database(config, 'admin')
File "roundup\backends\back_anydbm.py", line 71, in
__init__
self.security = security.Security(self)
File "roundup\security.py", line 69, in __init__
from roundup.cgi import client
ImportError: No module named cgi
----------------------------------------------------------------------
Ran 116 tests in 4.086s
FAILED (errors=92)
Does anyone know what I am doing wrong?
Thanks!
|
|
Date |
User |
Action |
Args |
2009-02-03 14:20:08 | admin | link | issue633622 messages |
2009-02-03 14:20:08 | admin | create | |
|