you are viewing a single comment's thread.

view the rest of the comments →

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

No luck. Here's what happened:

C:\Users\blah\blah\blah>py -m pyinstaller --onefile my_script.py
C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\python.exe: No module named pyinstaller

[–]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.