This seems to work fine for me (same config apparently unless you're on 64-bit Vista - Vista, VS2008 RTM, .NET 3.5). Do you get an exception outputted or do you just get the Watson UI saying an application has crashed?
One option might be to run under cordbg to see what the problem is, e.g.: cordbg .\ipy.exe -c "import os" If you can let us know what exception it seems to be crashing on then it'll help us repro it or fix it :). -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Niesman Sent: Friday, November 30, 2007 7:23 AM To: Iron Python Mailing List Subject: [IronPython] ipy.exe crashes after attempting import in VS 2008 command window Hi, Can anyone else confirm this behavior? I can run ipy.exe fine from a command line. However, if I start a Visual Studio 2008 command window, (this is just %comspec% /k ""C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" x86), and then "import os" ipy.exe crashes. Furthermore, all future invocations of ipy.exe crash until the machine is rebooted! This is repeatable on my machine. Environment: .net35, Vista, VS2008 ipy 2.0a6. Thanks, Dave _______________________________________________ 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
