[IronPython] Embedding a script

2006-08-21 Thread Jeff Collett
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

Re: [IronPython] users Digest, Vol 25, Issue 37

2006-08-21 Thread Jeff Collett
mie, 1 Tel:+ 322 - 522.06.63 1070Bruxelles Fax: + 322 - 522.09.30 ----- Skype (http://www.skype.com) id: stanpinte -

[IronPython] Iron Python Question

2006-08-21 Thread Jeff Collett
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

[IronPython] VS2005 Iron Python

2006-08-16 Thread Jeff Collett
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