[Tutor] How can I make Python Shell see new version offunctionsubroutine?

Alan Gauld alan.gauld at freenet.co.uk
Mon Feb 20 08:53:48 CET 2006


> Why did I get this diagnostic?

>>>> import factor30.py
> ImportError: No module named factor30.py

The module name is factor30

no need for the .py, thats the file name. Two differemt things!

Alan g.


More information about the Tutor mailing list