And we're updating the tutorial. Thanks.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland
Sent: Thursday, March 20, 2008 6:44 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Cannot find ScriptDomainManager in IronPython 2b1
Microso
Here is a blog post I wrote recently covering this topic:
http://blogs.msdn.com/rdawson/archive/2007/11/28/hosting-ironpython-1-1.aspx.
Let me know if you have further questions.
-Ryan
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kaveripakam,
Sathish
Sent: Fr
Thanks for the report Richard. I've just pushed an update to the Codeplex
source that includes a fix for this. We have a different layout internally
than we do on Codeplex and this was an artifact of our scripts to transform the
two.
-Ryan
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Hey Seo, the very latest source is now in the Codeplex repository. Have been
out of town or I would've synchronized a push with the IronRuby release. Sorry
for the delay.
-Ryan
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo
Sen
My apologies Seo. As you probably are already aware, internally we use a
different repository for development. And we had been pushing source changes
automatically to codeplex via a script I wrote. When we moved to 2.0 and the
DLR, a number of internal mappings radically changed and broke tho
There are several samples posted here:
http://www.codeplex.com/dynamicsilverlight
Both in IronPython and managed JS. Hope that helps...
-Ryan
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ariel M. Neisen
Sent: Wednesday, June 13, 2007 11:49 AM
To: users@lists.i
The question is relevant, but this isn't supported directly from IronPython in
1.0. The workaround is to write a small wrapper library in VB or C# and call
that from IronPython.
The limitation is rooted in the fact that 1.0 doesn't support .NET attributes,
like the DllImportAttribute. Possibl
Recent builds of IronPython (starting in beta 8 I believe) have included some
initial support for CPython 2.5 language features (with statement, __missing__,
etc) but this support is neither complete nor enabled by default (you must
specify the -X:Python25 to enable the support we have).
That s
x27;ll get that filed for us...
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Dawson
Sent: Monday, August 14, 2006 11:38 AM
To: [EMAIL PROTECTED]; Discussion of IronPython; Discussion of IronPython
Subject: Re: [IronPython] critical code generatio
We've been doing some bug fixing in the area of exception blocks lately. It
looks like we got this case as it does not repro on the very latest sources
(which are available on CodePlex).
Thanks for the report though, keep them coming.
-Ryan
-Original Message-
From: [EMAIL PRO
It may be I'm misunderstanding the question, but I believe you're asking for
something like this:
using System;
using IronPython.Hosting;
class Test{
public static void Main(){
Test t = new Test();
PythonEngine pe = new PythonEngine();
Del
Output when run:
Writing "3"
Writing "
"
Final text = "3
"
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Slide
Sent: Thursday, July 27, 2006 2:47 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Hosting question
Right, the Evaluate* methods are just for expressions.
Locally, I'm not seeing extra new lines being appended to the end of output.
That's not to say we don't have a bug here, we might. Can you provide some
more information?
This happens on a simple "print 3"? We should be writing
"3"+Envir
13 matches
Mail list logo