I&#39;m trying to use the S3 library from amazon within a twisted app.&nbsp; If I import S3 from the interactive console, no problem.&nbsp; If I import S3 from twisted python program (that works fine w/o), I get Failed to load application: No module named S3 .&nbsp; <br>
<br>The S3.py and S3.pyc are in the directory from where I start twistd .&nbsp; Other such modules work fine...<br><br>Any hints?<br><br>Thanks,<br><br><br>m<br><br><br><div class="gmail_quote">On Feb 12, 2008 6:30 AM, Martin Geisler &lt;<a href="mailto:mg@daimi.au.dk">mg@daimi.au.dk</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br><br>I am using Twisted and Trial with great success for a project where we<br>would like to have both a small regression test suite that should run<br>
quickly and a larger test suite which will test the system under more<br>heavy load.<br><br>My project lives in a package called viff, and so far I have created a<br>viff.test package which contains the tests -- no problem, the test are<br>
picked up fine when I do &#39;trial viff&#39;.<br><br>To create a secondary test suite, do I have to create another package<br>at the viff level, say viff.stress_test, or is there some clever way<br>to organize things below viff.test?<br>
<br>How to people organize such trees with many tests?<br><br>Thanks for any inputs!<br><br>--<br>Martin Geisler<br><br>VIFF (Virtual Ideal Functionality Framework) brings easy and efficient<br>SMPC (Secure Multi-Party Computation) to Python. See: <a href="http://viff.dk/" target="_blank">http://viff.dk/</a>.<br>
<br><br>_______________________________________________<br>Twisted-Python mailing list<br><a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br><a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
</blockquote></div><br>