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