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 sys

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