Re: [Python.NET] accessing .net dlls from python
29 Mar
2006
29 Mar
'06
8:54 a.m.
On 3/29/06, Lalit DIGARI <lalit.digari@st.com> wrote:
Hi Roman ,
Please write to the Python.Net mailing list, so other people can help you too.
I did the following step import CLR from CLR.System.Reflection import Assembly
my_dll_name = Assembly.LoadWithPartialName('VPCILight')
from CLR.System.Windows.Forms import Form
from CLR.TestWinForm import Form1 print my_dll_name Form1.AutoSelectConv(1)**
But not getting the way how to call AutoSelectConv(1) which is in TestWinForm name space and memebr of the Form1 class how can I call it?
What is the error you get?
Regard's Lalit
-- Roman Yakovenko C++ Python language binding http://www.language-binding.net/
6835
Age (days ago)
6835
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roman Yakovenko