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

Christian Heimes lists at cheimes.de
Sun Nov 18 19:46:29 CET 2007


Sanghyeon Seo wrote:
 > You should install it to the Global Assembly Cache(GAC).
> 
> $ gacutil -i Python.Runtime.dll

In order to install an assembly in the GAC it must have a strong name.
I've signed the assemblies in the preview zip. As far as I remember they
can be installed to the GAC, too.

However I recommend against the GAC. Only stable assemblies with a fixed
api should be installed in the GAC. I don't consider a beta as stable
enough. For Mono you can use the env var MONO_PATH.

Christian



More information about the PythonDotNet mailing list