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

Christian Heimes lists at cheimes.de
Sun Nov 18 19:49:44 CET 2007



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 you? Have you installed the mono and python
developer packages?

 $ sudo apt-get install libmono-dev python2.4-dev

Christian



More information about the PythonDotNet mailing list