[Python.NET] bridging C# and Python

2007-11-27 Thread Matt Mackowski
Hi, I would like to run a python application have it call a C# application and have the two applications be able to call functions in the other application. I have gotten the python to open and run the C# application and I am able to run any function from the C# app in python. What I am

Re: [Python.NET] Configuration on Ubuntu: Assembly not found error...

2007-11-27 Thread Christian Heimes
Jim wrote: > My python is 2.4 UCS4 on Ubuntu 7.10. I was able to build the > Python.Runtime.dll. I used the pre-built clr.so (wouldn't build) and > copied it to /usr/lib/python2.4/site-packages. I also built a special > python2.4 dynamically linked to libpython. Why doesn't clr.so build for

Re: [Python.NET] Configuration on Ubuntu: Assembly not found error...

2007-11-27 Thread Christian Heimes
jimh wrote: > Yes both the dev packages are installed. Here's the error I get. > /usr/bin/python2.4 setup.py build_ext -i > /usr/bin/python2.4: can't open file 'setup.py': [Errno 2] No such file > or directory > > I don't see a setup.py in the package on sourceforge. Oh yeah, I see the problem.

Re: [Python.NET] Configuration on Ubuntu: Assembly not found error...

2007-11-27 Thread jimh
Running this command I get the error: "Attempt to install an Assembly without a strong name" Sanghyeon Seo wrote: > 2007/11/18, Jim <[EMAIL PROTECTED]>: > >> Obviously python is not finding my Python.Runtime.dll. Where should this >> file be copied so that it can be found no matter where p