This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Requests package is incompatible with py2exe
Type: behavior Stage: resolved
Components: Versions: Python 3.4
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: methane, reason
Priority: normal Keywords:

Created on 2017-02-03 08:57 by reason, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg286846 - (view) Author: reason (reason) Date: 2017-02-03 08:57
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.
msg286856 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2017-02-03 10:22
Here is issue tracker of Python.
py2exe and requests are third party project.
Please report an issue to py2exe issue tracker.
History
Date User Action Args
2022-04-11 14:58:42adminsetgithub: 73615
2017-02-03 10:22:52methanesetstatus: open -> closed

nosy: + methane
messages: + msg286856

resolution: third party
stage: resolved
2017-02-03 08:57:51reasonsetversions: + Python 3.4, - Python 3.3
2017-02-03 08:57:22reasoncreate