Hi, Changing the namespace Object to Runtime, fix the bug. Thank you all for your support.
Catalin. ----- Original Message ----- From: "Martin Maly" <[EMAIL PROTECTED]> To: "Discussion of IronPython" <[email protected]> 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: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Luis M. Gonzalez > Sent: Monday, January 02, 2006 3:05 PM > To: [email protected] > 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 > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > _______________________________________________ > users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
