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 <[EMAIL PROTECTED]> 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@python.org
http://mail.python.org/mailman/listinfo/pythondotnet

_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to