From: Sommer D. <Det...@ce...> - 2014-09-25 10:48:54
|
This looks not bad, I can compile and start the .exe -> The only thing I had to do is to set optimize back to 1 (from 2). One problem (I think): When I start the .exe it generates 2 files in the same directory -> lextab.py and yacctab.py This is not the case when using the old version. Thanks for your help ! > -----Ursprüngliche Nachricht----- > Von: Thomas Heller [mailto:th...@ct...] > Gesendet: Donnerstag, 25. September 2014 08:35 > An: py2...@li... > Betreff: Re: [Py2exe-users] py2exe, python 3 and OpenSSL ... > > Am 23.09.2014 um 21:04 schrieb Sommer Detlef: > > > > That sounds good. Yes I will try it - so please send me a version and > the steps how to install it . > > Sending mail failed for whatever reasons, so I made the experimental > py2exe version 0.9.2.2a available via dropbox, it is in wheel format: > > https://www.dropbox.com/s/8dtpw7h885tpo6w/py2exe-0.9.2.2a- > py33.py34-none-any.whl?dl=0 > > You should probably uninstall the version you have now: > pip uninstall py2exe > > and install the new one from the wheel: > > pip install > <path_to_downloaded_file>\py2exe_0.9.2.2a-py33.py34.none-any.whl > > I added a special hack for cffi which is needed by cryptography which > is needed by OpenSSL ;-) > > Good luck and please report back if it works for your program. I have > tested it with some example echo ssl-server/ssl-client scripts. > > Thomas > > > > > > > ------------------------------------------------------------------------------ > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer > http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.cl > ktrk > _______________________________________________ > Py2exe-users mailing list > Py2...@li... > https://lists.sourceforge.net/lists/listinfo/py2exe-users |