Python.Runtime.dll Embedded Resource & AssemblyLoader
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
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@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@python.org https://mail.python.org/mailman/listinfo/pythondotnet
participants (2)
-
Denis Akhiyarov -
Phat Loc