change the name of the module, simple. <br>thanks<br>shawn<br><br><div><span class="gmail_quote">On 7/19/07, <b class="gmail_sendername">Tiger12506</b> &lt;<a href="mailto:keridee@jayco.net">keridee@jayco.net</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">If the module has been imported before your code is run, it will be the<br>library module (very important if working in IDLE which importants many
<br>modules, for example). But if it has not been imported before, the module in<br>the current directory is imported first. You can check if a module has been<br>imported previously by checking if in sys.modules.<br><br>
JS<br><br>_______________________________________________<br>Tutor maillist&nbsp;&nbsp;-&nbsp;&nbsp;<a href="mailto:Tutor@python.org">Tutor@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/tutor">http://mail.python.org/mailman/listinfo/tutor
</a><br></blockquote></div><br>