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

_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to