cygwin http://www.cygwin.com/ try a few IDEs out to see which fits you best. IDLE ships with python, and isn't significantly objectively worse than any other python IDE, afaik. GUI designers aren't necessary because there's usually so little boilerplate code in any python toolkit, but, again, whatever works best for you. [wait, will you be running a GUI on a webhost?] if you haven't selected a web framework, may i steer you towards cherrypy? it stays out of your way more than any other web framework i've tried. and i'm using it now to build a databased web-app for my college. http://www.cherrypy.org/
Vincent Delporte wrote: > Hello > > I'm thinking of using Python to build the prototype for a business web > appplication. The development and test machine is XP, while ultimate > deployment will be on a shared Unix web host. > > What would you recommend I get, besides the Python engine itself? Good > IDE (Kodomo?) ? Some kind of GUI designer? Add-on's? Other tools? > > Thank you. -- http://mail.python.org/mailman/listinfo/python-list