Python Forum
convert py to exe python 3.7 - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: convert py to exe python 3.7 (/thread-12385.html)



convert py to exe python 3.7 - tasakos - Aug-22-2018

Hello, i want to make my project's executable's.I try pyinstaller but doesn't wirk with python 3.7 please help me


RE: convert py to exe python 3.7 - metulburr - Aug-22-2018

define in detail
Quote:but doesn't work with python 3.7

You could always use python3.6 and pyinstaller if there is a problem. Python3.7 is quite recent and might have an issue with modules.


RE: convert py to exe python 3.7 - tasakos - Aug-22-2018

OK then I install python 3.6