Trying to use "Programming Python" (Lutz), getting module errors.

Alex Martelli aleax at aleax.it
Mon May 6 11:36:33 EDT 2002


Rob Lineberger wrote:
        ...
> Then I opened pythonwin and typed:
> 
>>>>> import myfile.py

Just
        import myfile

No .py -- that's "implicit".


Alex




More information about the Python-list mailing list