[Python.NET] Configuration on Ubuntu: Assembly not found error...
jimh
jhargraveiii at comcast.net
Sun Nov 18 07:29:51 CET 2007
Running this command I get the error: "Attempt to install an Assembly
without a strong name"
Sanghyeon Seo wrote:
> 2007/11/18, Jim <jhargraveiii at comcast.net>:
>
>> 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
>
>
More information about the PythonDotNet
mailing list