Re: [IronPython] how to use an enum from a hosted script

2009-02-20 Thread Ernesto Cullen
Thanks all, I have found the culprit: we use a home-modified version of IPy and one of the modifications was... to disable all import from scripts for security reasons. I have tried with the original version and it worked like a charm. I will have to think in some workaround for the time being w

Re: [IronPython] IronPython 2.0 RC 2 on Mono

2009-02-20 Thread Douglas S. Blank
Doug Blank wrote: Now that IronPython2 is out, wondering about IronPython on Mono... Seo Sanghyeon-3 wrote: Currently you need Mono SVN (both to run and to compile). Using SVN r120972 below. Any idea what version of Mono that is? Does IP2 build with Mono 2.2? It would be great to put out a IP

Re: [IronPython] Redirecting stdout/stderr, but with context

2009-02-20 Thread Kamil Dworakowski
This will work for print statements inside the module, but not for prints coming from arbitrary imported functions. I can't see how to achive the separation without walking stack on each print. On Jan 31, 2:45 am, Dino Viehland wrote: > Can you run each document on its own thread? > > Oh, it also

Re: [IronPython] IronPython 2.0 RC 2 on Mono

2009-02-20 Thread Doug Blank
Now that IronPython2 is out, wondering about IronPython on Mono... Seo Sanghyeon-3 wrote: > > Currently you need Mono SVN (both to run and to compile). Using SVN > r120972 below. > Any idea what version of Mono that is? Does IP2 build with Mono 2.2? It would be great to put out a IPCE r8 for