On Fri, Mar 28, 2014 at 9:47 AM, wrote:
> 1- designing a GUI programmatically (talking here about winforms) is time
> consuming so why there is no graphical GUI designer like in a c# projects
> where you can drag and drop widgets on your winform? It should be an open
> source project and pleas
Hi,
In answer to the first question:
As far as I know, Python Tools for Visual Studio has a WPF GUI Designer which
works with IronPython.
https://pytools.codeplex.com/
SharpDevelop 4.4 has a Windows Forms Designer with Support for IronPython
(which seems to generate C# code under the hood, so
In answer to the second question: Microsoft dropped its funding of
IronPython in 2010. Since that time it has been maintained and enhanced by
a corps of volunteers as a true open source project. No more worries about
whether the Microsoft lawyers would complain about modification to the
Python St