Re: [IronPython] Avalon tutorial

2006-01-02 Thread Catalin Lungu
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" Sent: Tuesday, January 03, 2006 12:31 AM Subject: Re: [IronPytho

Re: [IronPython] Avalon tutorial

2006-01-02 Thread Martin Maly
w() I hope this helps Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luis M. Gonzalez Sent: Monday, January 02, 2006 4:09 PM To: [email protected] Subject: [IronPython] Avalon tutorial > Changing the import statement in the winforms.py to

[IronPython] Avalon tutorial

2006-01-02 Thread Luis M. Gonzalez
> Changing the import statement in the winforms.py to be: > from IronPython.Runtime import CallTarget0 will get you going on the > winforms front. Still not working... >>> from IronPython.Runtime import CallTarget0 >>> from System.Windows.Forms import * Traceback (most recent call last): File

Re: [IronPython] Avalon tutorial

2006-01-02 Thread Martin Maly
t 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 sus

[IronPython] Avalon tutorial

2006-01-02 Thread Luis M. Gonzalez
> 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\Iro

Re: [IronPython] Avalon tutorial

2006-01-02 Thread Martin Maly
Subject: [IronPython] Avalon tutorial   > Are you using ip.bat or ironpythonconsole.exe? I'm using both with the same result.   By the way, I'm also having trouble with the winforms tutorial, just like Catalin:   >>> from System.Windows.Forms im

[IronPython] Avalon tutorial

2006-01-02 Thread Luis M. Gonzalez
> Are you using ip.bat or ironpythonconsole.exe? I'm using both with the same result.   By the way, I'm also having trouble with the winforms tutorial, just like Catalin:   >>> from System.Windows.Forms import *Traceback (most recent call last):  File , line 0, in input##0ImportError: cannot

Re: [IronPython] Avalon tutorial

2006-01-02 Thread Catalin Lungu
Hi, If the question is for mi I use both (ip.bat, IronPythonConsole.exe) and I receive the same result.   - Original Message - From: jeff sacksteder To: Discussion of IronPython Sent: Monday, January 02, 2006 5:53 PM Subject: Re: [IronPython] Avalon tutorial

Re: [IronPython] Avalon tutorial

2006-01-02 Thread jeff sacksteder
Are you using ip.bat or ironpythonconsole.exe? ___ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] Avalon tutorial

2006-01-02 Thread Catalin Lungu
a\Tutorial\avalon.py", line 18, in ?    sys.LoadAssemblyByName("PresentationCore")AttributeError: 'module' object has no attribute 'LoadAssemblyByName'   Thanks, Catalin   - Original Message - From: Luis M. Gonzalez To: [email protected] Sen

[IronPython] Avalon tutorial

2006-01-02 Thread Luis M. Gonzalez
Hi there!   I'm having trouble with the Avalon tutorial. In fact, I can't even start... this is the reeor message I get when trying to initialize Windows Presentation Foundation:   >>> from avalon import *Traceback (most recent call last):  File , line 0, in input##0  File C:\Documents and