ImportError: "No Module named xxx"

Robert Dailey rcdailey at gmail.com
Fri Jul 6 15:38:58 EDT 2007


Never mind, I found the problem. I was doing:

python -m compile.py

I really should have been doing:

python compile.py


The description of -m is confusing in the documentation, what does it
really do?




More information about the Python-list mailing list