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: MethodType ImportError, can't convert .py to .exe
Type: behavior Stage: resolved
Components: Windows Versions: Python 3.6
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: LaurentiuS, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2018-02-10 19:40 by LaurentiuS, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
qwerqrwe.PNG LaurentiuS, 2018-02-10 19:40 error from command line
Messages (2)
msg311955 - (view) Author: LaurentiuS (LaurentiuS) Date: 2018-02-10 19:40
Whenever I'd convert .py to .exe with pyinstaller, this error would occur. I have already reinstalled Python, and yet the error remains.
When i import random to Python IDLE, it runs it without any problems.
msg311962 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2018-02-10 21:07
PyInstaller is not part of the python standard library, you'll have to contact its community for help with this.
History
Date User Action Args
2022-04-11 14:58:57adminsetgithub: 76998
2018-02-10 21:07:35r.david.murraysetstatus: open -> closed

nosy: + r.david.murray
messages: + msg311962

resolution: third party
stage: resolved
2018-02-10 19:41:15LaurentiuSsettitle: MethodType ImportError, can't use random.py -> MethodType ImportError, can't convert .py to .exe
2018-02-10 19:40:51LaurentiuScreate