[IronPython] Avalon tutorial

Catalin Lungu lcatalin at siadv.com
Tue Jan 3 08:37:23 CET 2006


Hi,
Changing the namespace Object to Runtime, fix the bug. Thank you all for 
your support.

Catalin.

----- Original Message ----- 
From: "Martin Maly" <Martin.Maly at microsoft.com>
To: "Discussion of IronPython" <users at lists.ironpython.com>
Sent: Tuesday, January 03, 2006 12:31 AM
Subject: Re: [IronPython] Avalon tutorial


> Yep, as I said before, we renamed the namespace IronPython.Objects to 
> IronPython.Runtime and I didn't update the winforms.py file. Changing the 
> import statement in the winforms.py to be:
>
> from IronPython.Runtime import CallTarget0
>
> will get you going on the winforms front. Not sure what the Avalon problem 
> may be though
>
> Martin
>
> -----Original Message-----
> From: users-bounces at lists.ironpython.com 
> [mailto:users-bounces at lists.ironpython.com] On Behalf Of Luis M. Gonzalez
> Sent: Monday, January 02, 2006 3:05 PM
> To: users at lists.ironpython.com
> Subject: [IronPython] Avalon tutorial
>
>> As for the winforms tutorial, I suspect you are forgetting to do "import
>> winforms"
>
> Well, actually this is what happens when trying to import winforms:
>
>>>> import winforms
> Traceback (most recent call last):
>  File , line 0, in input##0
>  File C:\Documents and
> Settings\Usuario1\Escritorio\IronPython-1.0-Beta1\Tutori
> al\winforms.py, line 24, in Initialize
> ImportError: cannot import Objects from IronPython
>
> Anyway, I'm sure this has to be a versioning problem as you said,
> but I already unintalled and installed everything and keep on getting
> errors.
> I will try again...
>
> Thanks!
> Luis
>
> _______________________________________________
> users mailing list
> users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> _______________________________________________
> 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