Importing Non-Standard Python Modules (pygame) to Be Used in Scripts
I am attempting to import pygames into my script so that I may have more robust control over how my controller works. However whenever I try to run the script I get the error: "Error running script cannot import base from pygame". I wish I knew what
Read more…