Re: [Ironpython-users] Calling Python script from windows form

2013-01-03 Thread Slide
This might help, its an article I wrote with some example code. http://earl-of-code.com/2012/02/testing-with-ironpython/ Thanks, slide On Thu, Jan 3, 2013 at 3:32 AM, Shaikh, Raheel wrote: > ** > I'm an IronPython novice and would like some help. I have a windows form > that I have created

[Ironpython-users] Calling Python script from windows form

2013-01-03 Thread Shaikh, Raheel
I'm an IronPython novice and would like some help. I have a windows form that I have created in Visual Basic 2010 Express, which contains two text-boxes ('txtNumber' and 'txtResult') and a button ('btnSquare'). What I want to do is be able to call the below Python script ('Square.py') on click