Hamilton Link wrote:
Sure enough, under ubuntu (though I'm about to switch to fedora) I only
need clr.so and Python.Runtime.dll. So, obviously I have some more
digging to do on how this all works. But how is clr.so broken
precisely? It appears to work...
There is an error inside the Makefi
Hello Everybody
I am trying to import dll with clr.AddReference("TCdll")
I am getting the following error.
Traceback (most recent call last):
File "", line 1, in
clr.AddReference("TCdll")
FileNotFoundException: Unable to find assembly 'TCdll'.
at Python.Runtime.CLRModule.AddReference(St
Hi all,
I have couple of double on python futures .Quires listed below:
* How to write a particular string with required/selected color in a
file with python.net?
Which module I need to use it? How to set color for particular string in
file?
-
fil
Hello Everbody
I have imported a class from vb.net dll in Python. I am able to import all
the functions, but its showing such error when trying to access it.
g() is a simple function in dll which takes no argument but returns a
string.
print Class1.g()
Traceback (most recent call last):
File "