esday, November 28, 2007 7:18 AM
To: [email protected]
Subject: [IronPython] Interfacing multiple Iron python scripts
Hi All,
I am trying to integrate the C# code with multiple Iron Python scripts.
The idea is:C# code: main.cs calls the main function in
mainpyfile.py
Hi All,
I am trying to integrate the C# code with multiple Iron Python scripts.
The idea is:C# code: main.cs calls the main function
in mainpyfile.py. The mainpyfile.py has a call a function SetUP which is
present in an another ironpython script called Patch1.
The worki