[Zope-Coders] Win32 Tests - Zope HEAD - Too many errors :-(

Jeremy Hylton jeremy@zope.com
17 Jul 2003 08:46:51 -0400


On Wed, 2003-07-16 at 19:16, zope-tests@squishdot.org wrote:
> ======================================================================
> Python Version:2.2.3 (#42, May 30 2003, 18:12:08) [MSC 32 bit (Intel)]
> 
> Modules included:
> Zope (HEAD)
> 
> Module testClassSecurityInfo.py failed to load
> exceptions.ImportError: No module named Acquisition
>   File "D:\ZopeTests\sandbox\Zope\utilities\testrunner.py", line 67, in getSuiteFromFile
>     module=imp.load_module(name, file, pathname, desc)
>   File "testClassSecurityInfo.py", line 15, in ?
>     import os, sys, unittest, ZODB, Globals
>   File "D:\ZopeTests\sandbox\Zope\lib\python\Globals.py", line 23, in ?
>     import Acquisition, ComputedAttribute, App.PersistentExtra, os

Since it looks like some C extension isn't getting built or loaded
properly, it would be interesting to see more output.  What does the
compiler say when it runs?  What does python -v say when it tries to run
the tests?

The test output doesn't have much useful information.

Jeremy