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
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
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
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
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