[IronPython] __displayhook__

2008-08-31 Thread Michael Foord
Hello all, William and I did some Ironclad work on Friday. sys.__displayhook__ is used by numpy and is missing in IronPython 2. There is already a Codeplex work item to track this, so I have added a comment but wanted to report it here in case the comment wasn't noticed. In the meantime

Re: [IronPython] __displayhook__

2008-08-31 Thread Seo Sanghyeon
2008/8/31 Michael Foord [EMAIL PROTECTED]: There is another weirder issue that William has discovered. Ironclad works by installing an import hook. In the process of this, the following things happen: * sys.executable gets set to None * sys.argv[0] gets set to None * Our patched

[IronPython] A new application in ipy

2008-08-31 Thread cephire
All: I got my first IronPython application working. This is a simple application I wrote to help myself track time that I spend in various application. If you're interested download the package from: http://mysecs.googlecode.com/files/mySecs_0.1.zip Extract the files to a directory and execute

Re: [IronPython] A new application in ipy

2008-08-31 Thread Michael Stephens
That is pretty cool. Does it have support for abandoning my computer to do something else. Or will it keep logging that time towards that app? Michael Stephens Electrical Engineering Graduate Student University of Wyoming [EMAIL PROTECTED] or [EMAIL PROTECTED] On Sun, Aug 31, 2008 at 9:23

Re: [IronPython] A new application in ipy

2008-08-31 Thread Dan Eloff
I made something along these lines a long time ago with C# and access (yuck!), cephire, you may find the following function useful. I used it to detect when I had walked away from the computer. http://dataerror.blogspot.com/2005/02/detect-windows-idle-time.html I think the test I used is if the

Re: [IronPython] Re strict imports

2008-08-31 Thread Leo Carbajal
I hate bringing this issue up over and over again, but anyway, I'd rather re-use one of these conversations. This CAS stuff is really driving me nuts, moreso because it makes me feel dumber than a door nail to not understand what's going on. I've got IPY 2.0 loading into a 'sandboxed' domain, and