Hi Will,
I'm using Scite currently for most of my python development, but after
watching the 20 Minutes Wiki video I fell in love with Textmate. In
fact, it looks *a lot* like Scite with a file browser, so I decided to
create a file browser that could be attached to Scite, maybe name it
"SciteMate", who knows... I'm reading a lot of documents (the ones
describing the interface to Scite, and such), and I think it would be
easy to implement. More news on this when I have something useable.
About Eric3: it's a great IDE, but I don't use it because it has a few
shortcomings (at least under Windows): it's too slow (Scintilla, the
editor component crawls some times), doesn' draw very well, doesn't
complete from the symbols defined in the current file, and the debugger
is... well, let's say that "intuitive" isn't the definition for some of
it's features.
Python doesn't need a lot to get started, and really there's little need
for something like a 'project' manager in an script language, as you
don't need to compile and link the resulting files. So my best
recomendation would be Scite + good configuration + some debugger (if
under windows, winpdb is a nice option).
David