Re: [IronPython] Newbie Questions

2008-12-11 Thread Giulio Petrucci
Hi Dino, first of all, thanks for your reply 2008/12/5 Dino Viehland [EMAIL PROTECTED]: You can add a reference to the assembly and then import both the class and the enum. For example: import clr clr.AddReference('MyLibrary') from MyLibrary import MyClass, MyEnum

Re: [IronPython] Newbie Questions

2008-12-11 Thread Dino Viehland
] [mailto:users- [EMAIL PROTECTED] On Behalf Of Giulio Petrucci Sent: Thursday, December 11, 2008 12:42 AM To: IronPython mailing list Subject: Re: [IronPython] Newbie Questions Hi Dino, first of all, thanks for your reply 2008/12/5 Dino Viehland [EMAIL PROTECTED]: You can add a reference

Re: [IronPython] Newbie Questions

2008-12-11 Thread Giulio Petrucci
Hi Dino, 2008/12/11 Dino Viehland [EMAIL PROTECTED]: .NET config doesn't really have any concept of configuration for an individual DLL. Instead it only has a config for the exe which kicked things off (or actually for the current app domain). So the concept of a MyLibrary.dll.config file

Re: [IronPython] Newbie questions. . .

2008-01-07 Thread FireNWater
: [EMAIL PROTECTED] *On Behalf Of *Keith Hoard *Sent:* Sunday, January 06, 2008 11:56 AM *To:* IronPython Mailing List *Subject:* [IronPython] Newbie questions. . . I have a few questions about getting up and running with IronPython. I have downloaded and installed ipy.exe to the D

Re: [IronPython] Newbie questions. . .

2008-01-07 Thread Dave Fugate
To: users@lists.ironpython.com Subject: Re: [IronPython] Newbie questions. . . OK, I'm making progress. . . at least now I'm getting an error in a dialogue box, and actually got it to work once this morning!! I have updated the DirectX SDK to the November 2007 version and the Direct X version on my

Re: [IronPython] Newbie questions. . .

2008-01-07 Thread Keith Hoard
, January 07, 2008 9:51 AM To: users@lists.ironpython.com Subject: Re: [IronPython] Newbie questions. . . OK, I'm making progress. . . at least now I'm getting an error in a dialogue box, and actually got it to work once this morning!! I have updated the DirectX SDK to the November 2007 version

[IronPython] Newbie questions. . .

2008-01-06 Thread Keith Hoard
I have a few questions about getting up and running with IronPython. I have downloaded and installed ipy.exe to the D:\IronPython directory. I have also added this directory to the Path environment varialble. However, when I try to run the examples (In this case tutorial.py) from the web site,

Re: [IronPython] Newbie questions. . .

2008-01-06 Thread Martin Maly
: [IronPython] Newbie questions. . . I have a few questions about getting up and running with IronPython. I have downloaded and installed ipy.exe to the D:\IronPython directory. I have also added this directory to the Path environment varialble. However, when I try to run the examples (In this case

Re: [IronPython] Newbie questions. . .

2008-01-06 Thread Keith Hoard
*Sent:* Sunday, January 06, 2008 11:56 AM *To:* IronPython Mailing List *Subject:* [IronPython] Newbie questions. . . I have a few questions about getting up and running with IronPython. I have downloaded and installed ipy.exe to the D:\IronPython directory. I have also added