From: Robert K. <rob...@gm...> - 2006-10-06 14:43:26
|
Eric Emsellem wrote: > Hi, > > I am looking for an IDE to develop python programs and I am not sure > what to take. > The two critical items for me are 1/ a good debugger (simple and > efficient) 2/ something simple to manage the files. > > I would also very much like to keep some basic things such as (if possible): > - editing with gvim This probably is the most limiting factor. I use pida because it embeds gvim into a PyGTK frame with all of the IDE goodies around it. http://pida.berlios.de/ I believe it can use one of the PyGTK debugger GUIs, but I've never used it. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco |