[Python.NET] Python.Runtime.dll Embedded Resource & AssemblyLoader

Denis Akhiyarov denis.akhiyarov at gmail.com
Mon Mar 19 11:09:00 EDT 2018


You don't have to use embedded resources or assembly loader. Just using
reference is OK.

On Mon, Mar 19, 2018, 8:42 AM Phat Loc <phat.loc at gmail.com> wrote:

> Hi All,
>
> I am embedding Python in a clr application. Do I need to
> include Python.Runtime.dll as an Embedded Resource? If so why? It does seem
> to work with just a reference to the Python.Runtime Assembly. Also do I
> also need to create an AssemblyLoader like the one in the Console
> application in the pythonnet solution?
>
> Thanks,
>
> Phat
> _________________________________________________
> Python.NET mailing list - PythonDotNet at python.org
> https://mail.python.org/mailman/listinfo/pythondotnet
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythondotnet/attachments/20180319/5f6ab046/attachment.html>


More information about the PythonDotNet mailing list