[Zope-CMF] Win32 Tests - CMF - Not OK :-(
zope-tests@squishdot.org
zope-tests@squishdot.org
Thu, 14 Nov 2002 11:09:08 +0000
==============================================================================
==============================================================================
Python Version:2.1.3 (#35, Apr 8 2002, 17:47:50) [MSC 32 bit (Intel)]
Modules included:
Zope (Zope-2_6-branch)
CMF (HEAD)
Traceback (most recent call last):
File "all_cmf_tests.py", line 74, in ?
main()
File "all_cmf_tests.py", line 70, in main
unittest.main(defaultTest='test_suite')
File "C:\python21\lib\unittest.py", line 663, in __init__
self.parseArgs(argv)
File "C:\python21\lib\unittest.py", line 690, in parseArgs
self.createTests()
File "C:\python21\lib\unittest.py", line 696, in createTests
self.module)
File "C:\python21\lib\unittest.py", line 458, in loadTestsFromNames
suites.append(self.loadTestsFromName(name, module))
File "C:\python21\lib\unittest.py", line 443, in loadTestsFromName
test = obj()
File "all_cmf_tests.py", line 18, in test_suite
from Products.CMFCore.tests.base.utils import build_test_suite
File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\__init__.py", line 18, in ?
import PortalObject, PortalContent, PortalFolder
File "D:\ZopeTests\sandbox\Zope\lib\python\Products\CMFCore\PortalObject.py", line 18, in ?
from Globals import InitializeClass
File "D:\ZopeTests\sandbox\Zope\lib\python\Globals.py", line 23, in ?
import Acquisition, ComputedAttribute, App.PersistentExtra, os
File "D:\ZopeTests\sandbox\Zope\lib\python\App\PersistentExtra.py", line 15, in ?
from Persistence import Persistent
ImportError: cannot import name Persistent