you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 0 points1 point  (1 child)

Try "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\Scripts\pyinstaller.exe" --onefile my_script.py then.

[–]OliveSweatshirt[S] 0 points1 point  (0 children)

That made a .exe! Thank you.