I set MONO_PATH

export MONO_PATH=/usr/lib/mono/python2.4

I place Python.Runtime.dll in the dir above.

import clr says the assembles still can't be found.

J


Christian Heimes wrote:
> 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
> 

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

Reply via email to