hai nikhil,<br>please check your __init__ file if you had any <br><br>cheers, <br>abhilash<br><br><div class="gmail_quote">On Tue, May 20, 2008 at 11:00 PM, Nikhil <<a href="mailto:mnikhil@gmail.com">mnikhil@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I have recently written a small module. When I import the module, I always get the error<br>

<br>
<br>
only when I do<br>
<br>
>>> from local.my.module import *<br>
<br>
--<br>
Traceback (most recent call last):<br>
  File "<stdin>", line 1, in <module><br>
AttributeError: 'module' object has no attribute '/xyz/py/file'<br>
---<br>
<br>
<br>
but when I do the below, I do not get any error.<br>
<br>
--<br>
>> import local.my.module<br>
>><br>
--<br>
<br>
Any ideas on what could be wrong?<br>
<br>
<br>
Thanks in advance.<br>
<br>
Nikhil<br><font color="#888888">
--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></blockquote></div><br>