[issue29429] Requests package is incompatible with py2exe

2017-02-03 Thread reason
Changes by reason : -- versions: +Python 3.4 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue29429> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29429] Requests package is incompatible with py2exe

2017-02-03 Thread reason
New submission from reason: I use py2exe to compile some py files importing 'Requests' package into executable files user Windows.But I get unexpected exception , 'missing modules'. Even I tried to specify the '-p requests',I still got failure. --