[PyQt] QtNetwork import problem with PyQt 4.8 and 4.8.1

Brett Stottlemyer brett at stottlemyer.com
Wed Nov 10 03:21:43 GMT 2010


> The PyQt v4.8 Windows installers include the OpenSSL DLLs which
> QtNetwork.pyd is linked against, so you probably need to add them to the
> list of things that py2exe should bundle.
>
> Phil

That was it.  Thanks!

For anyone else, the files needed are libeay32.dll and ssleay32.dll.

Brett



More information about the PyQt mailing list