On 2009-06-16, Mike Driscoll <kyoso...@gmail.com> wrote:
> On Jun 16, 9:20 am, Filipe Teixeira <shuan...@gmail.com> wrote:
>> Hi, I'm really struggling to find the best GUI to make a simple
>> application.
[SNIP]
>> Basically I will use a lot of edit boxes and some tabs, and a folder
>> tree, any tips so I can search in the right place?
> When I was first looking at GUIs, I tried Tkinter first. But it just
> ultimate look-and-feel for Windows, you should go with IronPython.

IronPython is not a GUI toolkit per se.  It is a python implementation
build on top of .Net like Jython is built on top of Java.  I therefore has
access to the MFCs which can be used to create native Windows GUIs.  This
can also be done from Cpython using the pywin extensions.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to