Re: [IronPython] Specified language provider type is not registered.

2008-09-01 Thread Curt Hagenlocher
Get the ScriptEngine directly from IronPython.Hosting.Python instead of going through the runtime. On Mon, Sep 1, 2008 at 10:19 PM, KE <[EMAIL PROTECTED]> wrote: > Hi, I've compiled IronPython from the latest source code, and added some > strong name keys to run in a partial trust AppDomain, but

[IronPython] Specified language provider type is not registered.

2008-09-01 Thread KE
Hi, I've compiled IronPython from the latest source code, and added some strong name keys to run in a partial trust AppDomain, but I can't quite get the ScriptEngine created: System.ArgumentException: Unknown language name: 'py' at Microsoft.Scripting.Hosting.ScriptRuntime.GetEngine(String lang

Re: [IronPython] Application stays in memory even after exit

2008-09-01 Thread Michael Foord
cephire wrote: Hi all, I've found out that the application is still in memory even after closing the application. I exit the application with Application.Exit(). What should I do to remove the application completely? Which version of IronPython are you using? Have you deleted all reference

[IronPython] Application stays in memory even after exit

2008-09-01 Thread cephire
Hi all, I've found out that the application is still in memory even after closing the application. I exit the application with Application.Exit(). What should I do to remove the application completely? Thank you, Joseph ___ Users mailing list Users@list

Re: [IronPython] A new application in ipy

2008-09-01 Thread cephire
I poll the active window every 5 seconds and if it is the same then I increment the time spent on it. I am assuming here, of course, that if someone steps out of the machine there is either screensaver is on or it is locked. When any one of these two are true, there is no activewindow. As I contin