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

2007-11-17 Thread Sanghyeon Seo
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 python is launched? You should install it to the Global Assembly Cache(GAC). $ gacutil -i Python.Runtime.dll -- Seo Sanghyeo

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

2007-11-17 Thread Jim
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. I copied Python.Runtime.dll to /usr/bin (same loca