|
Hi, I am new to PythonNet and am experimenting a little bit with it. Basically
I am trying to call python function from C# code with the help of Python.Runtime
DLL. I was able to import a python module in C# and call one of its functions.
But this works fine only when the module supplied to
PythonEngine.ImportMOdule() function is physically existing. What if I want to import
a module that does not physically exist but is merged in some other application’s
EXE? Is there any way to load such a module using PythonEngine.ImportMOdule()? Thanks in advance. |
_________________________________________________ Python.NET mailing list - [email protected] http://mail.python.org/mailman/listinfo/pythondotnet
