Re: [IronPython] ipy.exe crashes after attempting import in VS 2008 command window

2007-12-02 Thread Dave Niesman
ing 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 :). > > &

[IronPython] ipy.exe crashes after attempting import in VS 2008 command window

2007-11-30 Thread Dave Niesman
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

[IronPython] ipy crashes from vs2008 command window

2007-11-29 Thread Dave Niesman
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