eric Download and Installation
Download is available from Sourceforge. Alternatively you may download the latest snapshot release.
eric6 IDE
Note: WindowsВ® users should download the .zip archive.
eric6 plug-ins
The plug-in extensions can be loaded from within eric6 by selecting Plugins вћЎ Plugin Repository . The source code for the plug-ins is available via the «eric Code» page (see sidebar for the link to this page).
Installation
eric may be installed via the Python Package Index PyPI or from a distribution archive available through the eric web site. These installation methods are elaborated below. It is recommended to install eric into Python virtual environment. This can be created with the command » python3 -m venv
«. Use the Python executable of this environment in all further commands.
Python Package Index PyPI
This is the easiest way and will install all prerequisites upon request. However, this requires an up-to-date version of pip in the environment created above. In order to create the environment and install eric execute these steps in the given order.
Linux and macOS
/eric_env/bin/python3 -m pip install —upgrade pip
/eric_env/bin/python3 -m pip install eric-ide
Windows
- cd %USERPROFILE%
- c:\Python38\python.exe -m venv eric_env
- %USERPROFILE%\eric_env\Scripts\python.exe -m pip install —upgrade pip
- %USERPROFILE%\eric_env\Scripts\python.exe -m pip install eric-ide
- %USERPROFILE%\eric_env\Scripts\eric6_post_install.exe
Note 1: Change paths above as appropriate.
Note 2: The last command will install menu entries (on all systems) and desktop icons (on Windows) for the eric IDE and eric web browser.
Distribution Archive
In order to install eric and its pre-requisites follow these steps.
- Download the eric distribution archive from the site given above.
Linux
- Using the package manager of the distribution install these packages.
- python3 (incl. python3-distutils)
- all Qt5 and PyQt5 packages
- Thereafter extract the downloaded eric distribution archive (see above) to a temporary location and execute the install.py script (e.g. python3 install.py ).
As an alternative to the second step you may create a Python Virtual Environment and install eric into this. The install script will ask for permission to install Python packages not found but required.
macOS
- Download Python 3 available at python.org and install it.
- Extract the downloaded eric distribution archive (see above) to a temporary location and execute the install.py script as administrator (e.g. sudo python3 install.py ).
Note: If some pre-requisite Python packages are not available, the script will ask for permission to install the missing one.
As an alternative to the second step you may create a Python Virtual Environment and install eric into this. The install script will ask for permission to install Python packages not found but required.
Windows
- Download the 64-bit variant of Python 3 available at python.org and install it.
- Extract the downloaded eric distribution archive (see above) to a temporary location and execute the install.py script (e.g. python3 install.py ).
Note: If some pre-requisite Python packages are not available, the script will ask for permission to install the missing one. - Optional: If Qt development is desired, the respective tools need to be available. This requires the installation of the Qt toolkit using these steps.
- Download the Qt online installer from the Qt download site.
- Install Qt by executing the installer.
- Configure the path to the Qt tools on the Qt page of the eric configuration dialog.
Note: The Qt development tools may be installed with the command C:\Python37\Scripts\pip.exe install pyqt5-tools instead.
What to do after installation
When eric is started the very first time it will recognized that it has not been configured and will open the configuration dialog. Although sensible default values for all configuration parameters have been selected it is recommended to browse through the various configuration pages. Especially the Debugger, Editor, Python and Qt pages may be of interest.
Optional Installations
eric supports and interfaces to several tools useful for development. The following list gives references to some of them. This will allow you to make full use of the eric IDE and the offered plug-ins:
Eric Python IDE — среда разработки на Python
Eric Python IDE — свободно распространяемая среда разработки для языков Python и Ruby.
Начиная с версии Eric6 программа поддерживает обе версии Python 2 и Python 3 одновременно.
Базируясь на инструментах Qt Eric обладает высокими функциями, присущими высококлассной IDE: подсветка синтаксиса и парных скобок, сворачивание кода и т. д.
Eric больше чем простой текстовой редактор, он предоставляет всевозможные инструменты и надстройки для облегчения написания Python-кода. В программе вы обнаружите: инструмент рефакторинга, инструмент автозавершения для создания классов, макросы, интерактивную оболочку.
Основные возможности:
- Менеджер проектов;
- редактор с подсветкой синтаксиса;
- отладчик, профайлер;
- запуск питоновского кода с поддержкой параметров командной строки;
- Юнит — тестирование;
- консоль для вывода и менеджер задач (самообновляемый TODO-лист);
- встроенная поддержка систем управления версиями Mercurial и Subversion, а также Git с помощью дополнительного плагина.
В настоящий момент проблем для установки в Ubuntu не наблюдается, она производится из репозитория с помощью менеджера пакетов Synaptic.
Любую функциональность, которая не требуется, можно не устанавливать сразу. Программа расширяется через механизм плагинов. Репозиторий плагинов доступен прямо из среды разработки.
Проекты можно создавать локально или загружать из системы.
Окно внизу посредине содержит список задач, его можно генерировать автоматически из TODO — комментариев в коде. Если вы хотите создать для вашего приложения графический интерфейс Qt, вы можете запустить ингалятор. Простой код вполне можно набрать в текстовом редакторе, а Eric создан для более серьезных проектов.
Как установить eric ide на Win8.1?
Checking dependencies
Python Version: 3.4.0
Sorry, please install PyQt4.
Error: DLL load failed: Не найден указанный модуль.
Press enter to continue.
Просто тупо нет мануала. Или может есть какие-нибудь другие ide для работы с QT на python в такой удобной форме?
Надо проверить какой из библиотек поддерживает вашу версию Python, если самая свежая — отлично же 🙂
Я ставил все под 2.7 — практически все что выпускают ориентировано на 2х версии.
Update:
Вот нашел на форуме «последовательность» 🙂
1. First of all, Eric needs a few prerequisites which are (fortunately) available from www.riverbankcomputing.co.uk/software/pyqt/download
2. Download the binary packages for windows.
3. Download Eric.
4. Install the binary packages.
5. Extract Eric to a place of your choosing.
6. Run install.py
7. Run \eric\eric4.py and you’re off!
Requirments:
Python 2.6.0 or better
Qt 4.6.0 or better (from Digia)
PyQt 4.6.0 or better (from Riverbank)
QScintilla 2.3.0 or better (from Riverbank)
Возможно нужно доставить что-то из этого!
вышел Eric6!
Под Windows 8.1 (у меня amd64 поэтому опишу процесс для этой архитектуры)
ссылки работают на момент написания поста.
1. Качаем и устанавливаем Pyhon 2.7.9.amd64.msi
2. Устанавливаем PyQt4-4.11.3-gpl-Py2.7-Qt4.8.6-x64
3. Качаем и распаковываем из архива zip Eric IDE 6.0.3 к примеру в D:\Eric6
4. Открываем папку с Eric6 ((WIN)+cmd в командной строке пишем cd D:\Eric6 ENTER)
5. python install.py ENTER
6. По завершению установки ищем eric6.pyw в каталоге D:\Eric6 и жмем ПКМ на нем, выбираем Отправить —>> Рабочий Стол (Создать Ярлык)
P.S. Чтобы редактор кода был как у меня в стиле TANGO DARK создайте файл tango_dark.e4h со следующим содержимым:
Откройте настройки Eric6 и и скормите файл как показано на рисунке:Успехов c Eric IDE 6! (-: