[Zope3-dev] Solution to unit test errors: "Connection refused" AND "could not load package"

David Harris dpharris76 at msn.com
Thu Jan 1 17:03:28 EST 2004


After 6 days of struggling to get the unit tests for MileStone4 to run on
Windows XP, I finally succeeded.

I tracked down to a single character in src/zodb/zeo/schema.xml. The line:

<import package="zodb/zeo"/>

should be

<import package="zodb.zeo"/>

That's why the "could not load package zodb/zeo" exception occurred. The
'Connection refused' errors naturally followed because the server was never
started.

A question for the ZConfig experts: why doesn't the '/' present problems for
*nix machines?

A happy experimenter,
Dave Harris



More information about the Zope3-dev mailing list