Hello Everbody<br><br>I have imported a class from <a href="http://vb.net">vb.net</a> dll in Python. I am able to import all the functions, but its showing such error when trying to access it. <br>g() is a simple function in dll which takes no argument but returns a string. <br>
<br>print Class1.g()<br><br>Traceback (most recent call last):<br>  File "<pyshell#29>", line 1, in <module><br>    print Class1.g()<br>TypeError: not enough arguments<br><br>Please help me out.<br>Thanks<br>
Navneet<br>