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 MyClass().SomeMethod(MyEnum.SomeValue) The 2nd question... is this an app.exe.config file that you're reading? If so this might be helpful: http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework.windowsforms/topic64732.aspx -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Giulio Petrucci Sent: Friday, December 05, 2008 6:12 AM To: users@lists.ironpython.com Subject: [IronPython] Newbie Questions Hi there, I've just started playing with IronPython and I have two (maybe) simple questions: 1) I have a .NET library with an enum E and a class C. The class C expose a method accepting E as an argument. How can I do this (I mean: using enums) in IronPython? 2) I have a .NET library which reads some settings from the .config file. I'd like to test it interactively using the IronPython interactive console. How can I "load" the right .config file? Thanks in advance and... see you here or on the #ironpython freenode channel!!! -- Ciao, Giulio -- OnAir: http://www.giuliopetrucci.it http://www.fujikomonamour.com _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com