From: "Subramanian S" <subu_s@hotmail.com>
I am trying to run the zope tests for APE, present in apelib/tests/ . I get the following error:- ERROR: test_btreefolder2 (__main__.PsycopgTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/opt/zope/default/Products/Ape/lib/apelib/tests/zope2testbase.py", line 728, in test_btreefolder2 from Products.BTreeFolder2.BTreeFolder2 import BTreeFolder2 ImportError: No module named BTreeFolder2.BTreeFolder2
Please help on how PYTHONPATH needs to be set for this.
I don't know anything about APE, but it sounds like the BTreeFolder2 product is missing. Have you installed BTreeFolder2 in the Products directory of your zope install? Jonathan