2007/11/18, Jim <[EMAIL PROTECTED]>:
> 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
_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to