> 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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
