Thanks, but UI found my answer; I needed to import clr and load the .NET libraries. I feel a little sheepish. Thanks for your time.
-- Matt Funke > -----Original Message----- > From: [email protected] [mailto:users- > [email protected]] On Behalf Of Funke, Matt > Sent: Friday, May 07, 2010 1:11 PM > To: [email protected] > Subject: [IronPython] Newbie question about importing from > System.Windows > > I'm running IronPython 2.6.1 for .NET 4.0, and have installed Visual > Studio 2010 and Silverlight 4SP2. I tried to import > System.Windows.Controls, but got an error that "Windows" does not > exist. Trying to run ipy from the command line and running this: > > >>> import System > >>> dir(System) > > ... confirms that there is no "Windows" entry. Could another "System" > be taking precedence? How can I find out? > > Thanks in advance for any help you can lend. > > -- Matt Funke > _______________________________________________ > 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
