Lalit - I can't reproduce this on any version of Python for .NET. It
would be best if you could post the actual code you have rather than a
summary, as it is probably not something anyone can diagnose without
context.<br>
<br>
-Brian<br><br><div><span class="gmail_quote">On 5/25/06, <b class="gmail_sendername">Lalit DIGARI</b> &lt;<a href="mailto:lalit.digari@st.com">lalit.digari@st.com</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;">
Hello All,<br>I
have a module ex say a ,and in module b I m using clr and having code
import clr, I m imorting mudule b into module a ,but application is
hanging at the point where in moduel a there is import (something) but
if I comented the line import clr then application passes through that
hanging point any body having any clue to the problem.<br><br>Exmaple<br><br>Module a<br>{<br>Import module b // hanging point<br>}<br><br>Module b<br>{<br>Import CLR //after commenting this line application do not hang<br>
...<br>...<br>}<br><br>Regard's<br>Lalit<br><br>_________________________________________________<br>Python.NET mailing list - <a href="mailto:PythonDotNet@python.org">PythonDotNet@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/pythondotnet">
http://mail.python.org/mailman/listinfo/pythondotnet</a><br></blockquote></div><br>