[Python.NET] Hanging the application in import

Brian Lloyd brian.d.lloyd at gmail.com
Fri May 26 16:49:12 CEST 2006


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.

-Brian

On 5/25/06, Lalit DIGARI <lalit.digari at st.com> wrote:
>
> Hello All,
> 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.
>
> Exmaple
>
> Module a
> {
> Import module b // hanging point
> }
>
> Module b
> {
> Import CLR //after commenting this line application do not hang
> ...
> ...
> }
>
> Regard's
> Lalit
>
> _________________________________________________
> Python.NET mailing list - PythonDotNet at python.org
> http://mail.python.org/mailman/listinfo/pythondotnet
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythondotnet/attachments/20060526/6aa1d8d7/attachment.html 


More information about the PythonDotNet mailing list