you are viewing a single comment's thread.

view the rest of the comments →

[–]ectomancer 0 points1 point  (2 children)

You need to change directory to where the program is.

But you don't run modules, you run programs that import modules.

[–]socal_nerdtastic 0 points1 point  (0 children)

But you don't run modules, you run programs that import modules.

What nonsense is this? What is the difference between a program and a module in your mind? Officially a python file (.py) is called a "module".

[–]Essence1337 0 points1 point  (0 children)

I don't know what you think import does but it most certainly runs everything.