Can you import other (Standard library) modules? or can you not import anything?<br><br><div class="gmail_quote">On Wed, Aug 19, 2009 at 6:14 PM, David Shunick <span dir="ltr"><<a href="mailto:dshunick@comcast.net">dshunick@comcast.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div bgcolor="#ffffff">
<div><font face="Arial" size="2">I'm trying to learn Python, but keep running into
the erroor message ImportError: no module named area.</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">I created a file area.py in IDLE. I'm using Python
3.1 and Window XP. After saving the file in c:/Python31/Lib/Python
Modules/area.py</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">I can run the program using F5. But when I start a
new shell, and enter <em>import area, </em>that's when I get the error message.
And it's not just this program.I have the same problem with all that I try to
import.</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">I hope someone can help!</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">Dave</font></div></div>
<br>_______________________________________________<br>
Tutor maillist - <a href="mailto:Tutor@python.org">Tutor@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/tutor" target="_blank">http://mail.python.org/mailman/listinfo/tutor</a><br>
<br></blockquote></div><br>