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

Sanghyeon Seo sanxiyn at gmail.com
Sun Nov 18 06:17:11 CET 2007


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

-- 
Seo Sanghyeon


More information about the PythonDotNet mailing list