Hi all,
I'm invoking a python script from C# using the
PythonEngine.RunSimpleString command. [BTW I couldn't figure out what
RunString was for ...]
Several things:
First, it does not 'run' unless I remove the main definition. It crashes
with that message : "AttributeError: 'module' object has no attribute
'argv'. And when I removed the main, it does nothing obviously ;-)
Which leads to my question: How to pass arguments to the python script?
Also, how to get its output stream and error …
[View More]stream?
Are all this possible at all using pythondotnet?
Thanx,
--mike
[View Less]
Hi Brian,
Any progress on the ClrModule :) If you give me some pointers or a partial implementation, maybe I can get something finished? I am sure there are others with the same thoughts...
I currently develop a Python application and need .NET 2.0 integration. Fully migrating to IronPython does not make sense for our project. We are fully rooted in some compiled .pyd's. PythonNet is a great bridging solution.
Thanks in advance...
Mike
------------------------------------------------------…
[View More]------
Michael A. Sweeney
Agilent Technologies
------------------------------------------------------------
[View Less]