Install and configure Python3.2.3 in Ubuntu integrated development environment Eric5

Source: Internet
Author: User
Eric5 is an integrated Python development environment that integrates the project management function. Provides an unlimited number of editors, integrated PythonShell, integrated debugger, and integrated support for the Subversion and Mercurial version control systems. Integration Unit Testing and so on. The plug-in system can be used for function expansion. Compared with Eric4, Eric5 is based on the Python3 variant. 1. Download Eric5, PyQt4, SIP4, and QScintilla

Eric5 is an integrated Python development environment that integrates the project management function. Provides unlimited number of editors, integrated Python Shell, integrated debugger, and integrated support for Subversion and Mercurial version control systems. Integration Unit Testing and so on. Feature extensions can be implemented through plug-in systems. Eric5 is a Python 3-Based Variant compared with Eric4.

1. Download the installation packages of Eric5, PyQt4, SIP4, QScintilla2, and Python3.2.

Eric5: http://eric-ide.python-projects.org/eric-download.html

PyOt4: http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-4.9.1.tar.gz

SIP4.13: http://www.riverbankcomputing.co.uk/static/Downloads/sip4/sip-4.13.2.tar.gz

Qscintilla2: http://www.riverbankcomputing.co.uk/static/Downloads/QScintilla2/QScintilla-gpl-2.6.1.tar.gz

Python3.2.3: http://www.python.org/ftp/python/3.2.3/Python-3.2.3.tar.bz2

2. Install Python3.2.3 and unzip the installation package to Python-3.2.3:

Cd Python-3.2.3

./Configure

Make

Sudo make install

3. Use qmake to check whether qt4 is installed. If it is not installed, try the following command:

Sudo apt-get install libqt4-devlibqt4-debug libqt4-gui libqt4-sql qt4-dev-tools qt4-doc

4. Install sip4:

Cd sip-1, 4.13.2

Sudo python3 configura. py

Make

Sudo make install

5. Install QScintilla2:

Cd QScintilla-gpl-2.6.1

Cd Qt4

Qmake qscintilla. pro

Make

Sudo make install

Python Bindings:

Cd ..

Cd Python

Sudo python3 configure. py

Make

Sudo make install

Qt Designer Plugin:

Cd ..

Cd designer-Qt4

Qmake designer. pro

Make

Sudo make install

6. Install PyQt4:

Cd PyQt-x11-gpl-4.9.1

Sudo python3 configure. py

Make

Sudo make install

7. Install Eric5:

Cd eric5-5.2.1

Sudo python3 intall. py

--------------------------------------------------------------------------------

Installation prompt:

Checking dependencies

Python Version: 3.2.3

Found PyQt4

Found QtHelp

Found QScintilla2

Qt Version: 4.7.0

PyQt Version: 4.9.1

QScintilla Version: 2.6.1

All dependencies OK.

Compiling user interfacefiles...

Compiling source files...

Installing eric5...

Installation complete.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.