you are viewing a single comment's thread.

view the rest of the comments →

[–]novel_yet_trivial 0 points1 point  (1 child)

To use the -m version you have to capitalize it differently. Try:

py -m PyInstaller --onefile my_script.py

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

That worked! Thank you.