[IronPython] embedding IP in C# Windows .NET GUI

Dino Viehland dinov at exchange.microsoft.com
Thu Jun 22 17:46:07 CEST 2006


The good news here is that we're almost done w/ the breaking changes...  If you depend on the AST namespace we'll probably break you a little bit more in the next release (all the public fields have become properties), but that should be it.

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of JoeSox
Sent: Thursday, June 22, 2006 8:05 AM
To: Discussion of IronPython
Subject: Re: [IronPython] embedding IP in C# Windows .NET GUI

On 6/22/06, Dan Shechter <dans at houmus.org> wrote:
> I can verify that :)
> I was able to change beta7 <-> IronPythonTextBox to work together, but
> it's not working on beta8 again....

:)
Yes, lots of changes in beta8.

adding
using IronPython.Runtime.Operations;
using IronPython.Compiler.AST;

eliminates some compile errors but there are some spots that need to be updated.
The SetGlobal() and GetGlobal I have already fixed but the others I haven't had time yet, like
"Error  8       The best overloaded method match for
'IronPython.Compiler.Parser.FromString(IronPython.Runtime.SystemState,
IronPython.Compiler.CompilerContext, string)' has some invalid arguments"

and
PythonSyntaxError has changed so I need to fix that one. lol I'll probably update the project tonight.

--
Later, Joe
_______________________________________________
users mailing list
users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list