
Dec. 29, 2004
12:28 p.m.
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 applications EXE? Is there any way to load such a module using PythonEngine.ImportMOdule()? Thanks in advance.
7421
Age (days ago)
7421
Last active (days ago)
0 comments
1 participants
participants (1)
-
Amod Kulkarni