Eric – A Full featured Python and Ruby editor and IDE
Sponsored Link
Current stable versions are eric4 based on Qt4 and Python 2 and eric5 based on Python 3 and Qt4.
Eric Features
Unlimited number of editors
Configurable window layout
Configurable syntax hilighting
Sourcecode autocompletion
Sourcecode calltips
Sourcecode folding
Brace matching
Error highlighting
Advanced search functionality including project wide search and replace
Integrated class browser
Integrated version control interface for CVS,
Subversion and Mercurial repositories (as plugins)
Integrated cooperation functions (chat, shared editor) (eric5 only)
Integrated sourcecode documentation system
Integrated python debugger including support to debug multithreaded and multiprocessing applications
Integrated, full featured Ruby debugger
Integrated profiling and code coverage support
Integrated automatic code checkers (syntax, errors and style [PEP-8]) (eric5 only)
Integrated task (todo items) management
Advanced project management facilities
Interactive Python shell including syntax hilighting and autocompletion
Interactive Ruby shell including syntax hilighting and autocompletion
Application diagrams
Running external applications from within the IDE
Integrated unittest support
Integrated CORBA support based on omniORB
Integrated rope refactoring tool (as optional plugin)
Integrated interface to cx_freeze (as optional plugin)
Integrated interface to PyLint (as optional plugin)
Many integrated wizards for regex and Qt dialogs (as plugins)
Localizations. Currently Eric is available in English, German, French, Russian, Czech, Spanish, Italian, Turkish and Chinese.
Tools for previewing Qt forms and translations
Integrated web browser
Integrated interface to the enchant spell checking library
Install Eric on ubuntu
Prerequisites
Before Installing eric you need to install the following python packages
sudo apt-get install python-qscintilla2 python3-pyqt4.qsci python3-pyqt4.qtsql
If you don't install the above packages you should see similar to the following errors
Error1
Checking dependencies
Python Version: 3.4.0
Sorry, please install PyQt4.
Error: No module named ‘PyQt4'
Error2
Checking dependencies
Python Version: 3.4.0
Found PyQt4
Found QScintilla2
Found QtGui
Found QtNetwork
Sorry, please install QtSql.
Error: No module named ‘PyQt4.QtSql'
Found QtSvg
Found QtWebKit
This tutorial explain how to install eric version 5.x.x.
Now you need to download the eric source code from here
Once you have .tar.gz file you need to extract using the following commands
tar -xvf eric5-5.4.7
cd eric5-5.4.7
sudo python3 install.py
The above command starts the installation and the output looks as follows
Checking dependencies
Python Version: 3.4.0
Found PyQt4
Found QScintilla2
Found QtGui
Found QtNetwork
Found QtSql
Found QtSvg
Found QtWebKit
Qt Version: 4.8.6
PyQt Version: 4.10.4
QScintilla Version: 2.8.1
All dependencies ok.
Cleaning up old installation ...
Creating configuration file ...
Compiling user interface files ...
Compiling source files ...
Installing eric5 ...
Installation complete.
Screenshots
Thank you for this quick guide! I was having trouble installing Eric 5 on Edubuntu 14.10. Cheers!
Thanks for the guide, had no trouble installing eric6 on Ubuntu 14.04
Worked great! Thanks!
Worked like a charm for eric6@ubuntu 14.04. Thanks.
Thank you so much!
I have to add the “–pyqt=4” switch to comile/install Eric [email protected]
substituted ‘python2’ for ‘ python3’ and got ‘Package not found’. Ubuntu16.04