Hi,
I have a C# app that I am trying to display some values from a Python
script.
A bit shorted here but when I click button1 I want to see the value of
varOne appear in
textBox2. Not sure if this is exactly the way to approach this or not.
public partial class Form1 : Form
{
private P
mie, 1 Tel:+ 322 - 522.06.63
1070Bruxelles Fax: + 322 - 522.09.30
-----
Skype (http://www.skype.com) id: stanpinte
-
Hi All,
I just started using Iron Python and I am bit unsure on the best way to
pass data from the app that runs the script and the script itself.
So far I know that we should do something like this from say a C#
application,
PythonEngine.Globals["myVar"] = myVar;
So from the looks of this it is
Hi,
A question for anyone using the VS2005 IronPython IDE.
I start a python console app, but when I attempt to run it within VS2005 it
just shows an empty console window.
I can run the py program fine if I use the command line IronPython.
I am wondering if/how one can run the program within the ID