a shell
> command (python foo.py) and as a standalone (./foo.py).
>
> No *.pyc. .py is there. What am I doing wrong?
Nothing's wrong.
The 'main' script (the one you called on the command line will not be
converted to .pyc)
if you had main.py and mysubmodule.py and if mai
ave rw permissions that I moved to with
cd ~/prog. I set the execute bit. I started the file with #!/usr/bin/python.
I think I did everything right, and the program ran properly, both as a shell
command (python foo.py) and as a standalone (./foo.py).
No *.pyc. .py is there. What am I doing