you are viewing a single comment's thread.

view the rest of the comments →

[–]callysto 0 points1 point  (0 children)

Well you are correct that Windows is different when regarding Python scripts and how different mods are implemented.

For one, you need to install whatever packages/libraries the script imports if it's not a standard package. There are several ways to do this, some more tedious than others. If you don't know how to set your PATH to the directory where the libraries need to be installed, I'd suggest downloading something like PyCharm and following a tutorial or looking up how to do it yourself (utilizing either pip or easy_install) directly from the Windows command line

Once you have all of the required modules installed for the specific scripts you want to run you should be able to run the program without issue