Hi, I get an infinite loop when importing a package with the following files : __init__.py reads: from a import * a.py reads: import b b.py reads: import a
________________________________ From: [EMAIL PROTECTED] on behalf of Dino Viehland Sent: Fri 6/2/2006 2:14 PM To: Discussion of IronPython Subject: Re: [IronPython] How to update visual studio for Ironpython beta 7 & Infinite loop on package import We're actually not aware of any issues w/ importing... do you have a simple repro, or does it repro w/ the same steps as the previous one for you? To update to beta 7 you should be able to replace the IronPython binaries that ship w/ VSIP. Those typically get deployed to: %ProgramFiles\Visual Studio 2005 SDK\(some date)\VisualStudioIntegration\Common\Assemblies Just replace those, then re-build the IronPython integration sample (%ProgramFiles%\Visual Studio 2005 SDK\(some date)\VisualStudioIntegration\Samples\IronPythonIntegration\) and then the project should be up-to-date and using beta 7. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aude Espesset Sent: Friday, June 02, 2006 2:00 PM To: [email protected] Subject: [IronPython] How to update visual studio for Ironpython beta 7 & Infinite loop on package import Hi, I have the april 2006 version of Visual Studio which contains IronPython, but I don't know how to update it to work with beta 7. I'm guessing I should copy the new source code somewhere and rebuild but I don't know where to copy it. My second question is about infinite loops when importing packages. There is an old message regarding this issue: http://lists.ironpython.com/htdig.cgi/users-ironpython.com/2006-March/001884.html Is it still an active bug? One package gives me an infinite loop on import. Should I try to trace back where it falls into an infinite loop or are you aware of this bug and still working on it? Thanks, Aude _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
<<winmail.dat>>
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
