GUI programming with python

Mike Driscoll kyosohma at gmail.com
Fri Sep 12 16:20:11 EDT 2008


On Sep 12, 1:33 pm, ady... at panix.com (Al Dykes) wrote:
> In article <1bs69ogq6nspt.136i7kvcux142$.... at 40tude.net>,
> Alan Franzoni  <alan.franzoni.... at gmail.com> wrote:
>
> >zamil was kind enough to say:
>
> >[cut]
>
> >If your needs are very basic, you can stick with the tk module that comes
> >with python. It's not really feature-packed, but it's maintained and pretty
> >cross-platform.
>
> OK, what are my choices for an IDE/GUI development tool that runs on XP?
>
> Thanks
>
> --
> Al Dykes
>  News is something someone wants to suppress, everything else is advertising.
>     - Lord Northcliffe, publisher of the Daily Mail

Here's a few:

WingWare: http://www.wingware.com/
SPE: http://pythonide.blogspot.com/
Eclipse + Python plugin = EasyEclipse (PyDev):
http://easyeclipse.org/site/distributions/python.html
Or you could use Google and you would have found this:

http://wiki.python.org/moin/IntegratedDevelopmentEnvironments

Mike



More information about the Python-list mailing list