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
Yeah, that's it. Perhaps it's time to use %temp%\currentDirectory, or isolated storage? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Maly Sent: Wednesday, May 18, 2005 9:01 PM To: Discussion of IronPython Subject: RE: [IronPyth

RE: [IronPython] [0.7.5] exception on exit

2005-05-18 Thread Martin Maly
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? M. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL P