[Zope3-dev] Win32 Tests - Zope 3 - Not OK :-(
zope-tests@squishdot.org
zope-tests@squishdot.org
Thu, 26 Dec 2002 02:08:25 +0000
==============================================================================
==============================================================================
Python Version:2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)]
Modules included:
Zope3 (HEAD)
Running tests from D:\ZopeTests\sandbox\Zope3
No module named _persistence
['D:\\ZopeTests\\sandbox\\Zope3\\src', '', 'D:\\ZopeTests\\sandbox\\Zope3', 'c:\\python22\\DLLs', 'c:\\python22\\lib', 'c:\\python22\\lib\\lib-tk', 'c:\\python22', 'c:\\python22\\lib\\site-packages']
Traceback (most recent call last):
File "test.py", line 636, in ?
process_args()
File "test.py", line 585, in process_args
bad = main(module_filter, test_filter)
File "test.py", line 452, in main
files = find_tests(module_filter)
File "test.py", line 334, in find_tests
os.path.walk(prefix, finder.visit, rx)
File "C:\Python22\lib\ntpath.py", line 324, in walk
walk(name, func, arg)
File "C:\Python22\lib\ntpath.py", line 324, in walk
walk(name, func, arg)
File "C:\Python22\lib\ntpath.py", line 318, in walk
func(arg, top, names)
File "test.py", line 307, in visit
__import__(pkg)
File "D:\ZopeTests\sandbox\Zope3\src\persistence\__init__.py", line 16, in ?
from persistence._persistence import Persistent
ImportError: No module named _persistence