[Zope3-dev] Zope3 Tests not OK :-(

Jeremy Hylton jeremy@zope.com (Jeremy Hylton)
Mon, 2 Dec 2002 11:28:00 -0500


If you are still interested in tracking down the problem you're seeing
with Borland / Python 2.2.1 / some-obscure-platform-compiler-combo,
try running test.py with the -d argument.   This argument specifies
debug module, which will disable exception handling in the test script
and give you a full traceback for the very first import error.  If you
are debugging an import error, it's essential to use -d; otherwise the
unit test framework has too many bells and whistles that disguise
import errors.

Jeremy