sys.argv not found

Alex new_name at mit.edu
Wed Jul 18 13:32:45 EDT 2001


Perhaps you have another module sys.py somewhere in your path.  Try this
from the interpreter:

>>> import sys
>>> sys
<module 'sys' (built-in)>

If this gives you a module name with a file path, you may want to try
moving that file out of the way.

Alex.





More information about the Python-list mailing list