Python Forum

Full Version: convert py to exe python 3.7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i want to make my project's executable's.I try pyinstaller but doesn't wirk with python 3.7 please help me
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.
OK then I install python 3.6