I've been trying several environments lately. My current editor is
jEdit, which is a very nice editor for Python, as well as other
languages, and it does have some limited tool tips for Python, though
not autocompletion. The only catch is that jEdit is Java-based (as you
might guess by the name), hence you get to download a rather huge Java
VM from Sun or whoever else. In any case, their site is
http://jedit.sourceforge.net.
I just picked up copies of the following:
wmGlade: For GUI development standalone, this seems to do a nice job.
Along with the tutorial, it also helps to organize your thoughts along
the way, too.
Boa Constructor: Won't run on my system yet - I'm on 2.5.2.8 of
wxPython, and they're only compatible with the 2.4 series. Too bad - it
looks like a great package.
Dr. Python: Seems to be a nice editor, though I really haven't run it
head-to-head against jEdit yet.
Eric3: I'm running into a library problem here - on execution, it says
it can't find the library "libqscintilla.so.5". I've installed all of
the other pieces required (sip, qScintilla, and PyQt) without incident,
and the library itself is nicely tucked away in my /usr/lib/qt-3.3/lib
directory. So I'm not sure what to do to make it visible to Eric3. Any
thoughts?
Dabo: I *really* want to see what this one looks like when it matures a
bit - I'm an long-time VFP programmer (I still work in the language a
bit), and I'd like to see what some of that treatment in a Python
environment would look like.
David M. Stowell
<dmstowell@ameritech.net>
···
On Sun, 2004-09-19 at 05:15, Werner F. Bruhin wrote:
Hi John,
You got me curious about Eric3, so had to have a quick look at their
site. All looks very nice, pity that they are QT based as I am still on
Windows.
John Fabiani wrote:
>So does Spe and I think DrPython too. But neither of the two have the
>debugging the Eric appears to have. Because I'm a newbie I really need the
>
>
I find Boa's debugger pretty good, are there things in the Eric one
which it can't do? I can't imagine anyone wanting to develope today
WITHOUT using a debugger.