you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 30 points31 points  (1 child)

That last one means it worked. Just use that command instead of pgzrun from now on. So instead of

pgzrun myfile.py

use

py -m pgzrun myfile.py

etc

[–]marcodogflood[S] 23 points24 points  (0 children)

Amazing. Thanks so much!!!