Re: [Python.NET] path question: clr.so being picky about paths

2008-12-04 Thread Christian Heimes
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

[Python.NET] Where does the clr in IronPython look the dll

2008-12-04 Thread navneet khanna
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

[Python.NET] How to write a string with required color in a file with python.net?

2008-12-04 Thread sambasivareddy
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

[Python.NET] TypeError: not enough arguments

2008-12-04 Thread navneet khanna
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 "