RE: [IronPython] [0.7.5] exception on exit

2005-05-19 Thread Keith J. Farmer
: [IronPython] [0.7.5] exception on exit This saving of snippets.dll is only done for purposes of debugging the IronPython code generator. The right solution is for us to add an engine-debug switch and only dump this file when that's enabled. Unless you're planning to look at

RE: [IronPython] [0.7.5] exception on exit

2005-05-19 Thread Jim Hugunin
Maly > Sent: Wednesday, May 18, 2005 9:01 PM > To: Discussion of IronPython > Subject: RE: [IronPython] [0.7.5] exception on exit > > This is because at the end of executin IronPython saves the compiled > code into snippets.dll into current directory (that would be C:\ I > guess)

RE: [IronPython] [0.7.5] exception on exit

2005-05-18 Thread Keith J. Farmer
on] [0.7.5] exception on exit This is because at the end of executin IronPython saves the compiled code into snippets.dll into current directory (that would be C:\ I guess) which you may not have access to as non-admin. Do you think that may be it? ___

RE: [IronPython] [0.7.5] exception on exit

2005-05-18 Thread Martin Maly
to:[EMAIL PROTECTED] On > Behalf Of Keith J. Farmer > Sent: Wednesday, May 18, 2005 8:04 PM > To: Discussion of IronPython > Subject: [IronPython] [0.7.5] exception on exit > > I installed 0.7.5, and started it up using the following > batch file, after setting PATH. I wa

[IronPython] [0.7.5] exception on exit

2005-05-18 Thread Keith J. Farmer
I installed 0.7.5, and started it up using the following batch file, after setting PATH. I was running using a non-Admin account. FePy.cmd IronPythonConsole.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 I got an exception trying to exit. It triggered the send-to-Microsoft dialog, which I did. C:\>Fe