Hi,<br><br>I tried to use the Zope test-browser standalone, to see if I can use it to build a higher-level test-tool on top of it. I downloaded version 3.4.2 from the Python Package Index which installed fine, however when I try to use it I get an error:
<br><br>&gt;&gt;&gt; from zope.testbrowser.testing import Browser<br>Traceback (most recent call last):<br>&nbsp; File &quot;&lt;interactive input&gt;&quot;, line 1, in &lt;module&gt;<br>&nbsp; File &quot;c:\python25\lib\site-packages\zope.testbrowser-
3.4.2-py2.5.egg\zope\testbrowser\testing.py&quot;, line 27, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; import transaction<br>ImportError: No module named transaction<br><br><br>As you see, I can not even import the Browser class, the first line of the examples.
<br><br>I guess that there are some extra dependancies which are not recorded as part of the setup script; however I cannot easily deduct from the list of Zope packages which they could be.<br><br>Can anyone help?<br><br>
Regards,<br><br>--Tim<br><br>