python gui builders

sturlamolden sturlamolden at yahoo.no
Mon Nov 16 05:42:51 EST 2009


On 16 Nov, 11:39, sturlamolden <sturlamol... at yahoo.no> wrote:

> If you are fine with Microsoft only, you can use Windows Forms with MS
> Visual Studio and IronPython.

I also forgot to mention:

If you can restrict yourself to Windows, you can always use Visual
Basic or Borland Delphi with pywin32. Either expose your GUI as an
ActiveX to pywin32 (you have e.g. an MFC binding) or expose your
Python as an ActiveX to VB/Delphi. The same approach should work (with
a little bit more work) for C# and VB.NET.








More information about the Python-list mailing list