Sambu.
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of navneet khanna
Sent: Wednesday, December 03, 2008 4:12 PM
To: [email protected]
Subject: [Python.NET] Problem loading vb.net DLL in Python
Hello Everybody
I am trying to load vb.net dll in Python, but its sh
Hello Everybody
I am trying to load vb.net dll in Python, but its showing errors.
>>> from ctypes import *
>>> dll = windll.Userdll
>>> dll
>>> dll_function1 = dll.xml_load("C:\test.xml")
Traceback (most recent call last):
File "", line 1, in
dll_function1 = dll.xml_init("C:\test.xml")