From the samples:

 

import CLR.System.Windows.Forms as WinForms

 

If you need to import your own, it’s just CLR.<namespace>.<etc>.

 

I use py2exe a lot and found it necessary to add an “import CLR” statement as well, so:

 

import CLR

import CLR.System.Windows.Forms as WinForms

 

would be my standard way of including Forms.

 

Hth,

 

Pierre

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Caolan
Sent:
31 August 2006 07:40 PM
To: pythondotnet@python.org
Subject: [Python.NET] Newbie question: Howto include .NET DLL in Pythin code.

 

Hello,

 

I am in need of including in some Python code the namespace and classes in a .NET C# DLL. Can anyone please give me a quick snippet that will demonstrate how to do this?

 

Thanks!

 

-Caolan O'Domhnaill

_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to