[Twisted-web] Crypto with py2exe

Jean-Paul Calderone exarkun at divmod.com
Tue Oct 17 19:45:01 CDT 2006


On Tue, 17 Oct 2006 16:47:48 -0700 (PDT), Paul Tonning <ptonning at yahoo.com> 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



More information about the Twisted-web mailing list