|
Tip: Python Programming Tools: eric3 |
|
|
|
Wednesday, 01 September 2004 |
|
Being a Python developer is one of my many roles. I believe GUI-based IDEs are effective, so I have looked at a number of products, both commercial and open-source, that support Python. I chose the open-source eric3 IDE by Detlev Offenbach. It is written specifically for Python, and it uses PyQt bindings and the QScintilla editor widget. I find the eric3 IDE to be a delight. Figure 1 is a screenshot of a project showing eric3 version 4 beta, the version I currently use.
Installing eric3 is trivial, assuming you have a matching Qt installation already present. Download the eric3 tarball, untar it and then, as administrator, run python install.py. Otherwise, you need to install Qt, sip and PyQt first. The README file is quite clear on the steps you need to follow. Read more at Linux Journal |