Date: 02/19/06 20:34:13
Subject: Re: [Tutor] How can I make Python Shell see new versionoffunctionsubroutine?
 
>
> Traceback (most recent call last):
>   File "<pyshell#270>", line 1, in -toplevel-
>     import factor30.py
> ImportError: No module named factor30.py
 
Because the module is named 'factor30', not 'factor30.py' ...
 
--
John.
 
********
 
Thank you very much
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to