On Tue, 17 Oct 2006 16:47:48 -0700 (PDT), Paul Tonning <[EMAIL PROTECTED]> 
wrote:
I have a twisted app using Crypto
(twisted.internet.ssl)

Works great, but when I use py2exe to create a
standalone I get
NameError: Can't find file for module Crypto

All of the Ciphers compile to .pyd files and are in
the dist directory but there is no Crypto.pyd file.
Any ideas or possible work arounds?

Thanks in advance.


This would be more appropriate on a py2exe list, since the problem
you're having is py2exe induced.  Twisted itself isn't responsible
for providing Crypto to your runtime, nor does it care how it gets
there, so long as it does somehow.

Jean-Paul

_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web

Reply via email to