hi All,
I have embedded pythonnet into my C# application and this works great as far
as creating .net objects from python, executing methods etc.
Here I am using the RunSimpleString (the PyRun_SimpleString) wrapper to send
commands from the C# application to the pythonnet.
However I am facing th
Without any specific reference to Python.Net or C#, my experience has been that
cross-process or cross-language calling is made easier by defining a routine on
the receiving side that accepts parameters of a string to be run and an
indication of whether a return value is desired. The called rou
3. Strangely, if I run the console application, it is able to work with
.net
exceptions - both .net and user defined exceptions
4. Is this because of the new dictionary created while in RunString?
thanks
Sesh Cherukuri
-- next part --
An HTML attachment was scrubbed...
U