Requirements: build Python 2.7 GUI programming integrated development environment
Required Software: Python 2.7 + PyQt 4 + Eric 6
The steps are as follows:
1. Download Pyhon2.7 32-bit installation package Python-2.7.11.msi, configure environment variables.
Https://www.python.org/ftp/python/2.7.11/python-2.7.11.msi
2. Download PyQt4 32-bit installation package Pyqt4-4.11.4-gpl-py2.7-qt4.8.7-x32.exe
Http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.4/PyQt4-4.11.4-gpl-Py2.7-Qt4.8.7-x32.exe
3. Download Eric 6 Compression pack Eric6-6.1.4.zip
Http://netix.dl.sourceforge.net/project/eric-ide/eric6/stable/6.1.4/eric6-6.1.4.zip
4. Unzip Eric6-6.1.4.zip , find install.py, double-click will install Eric automatically
At this point, the environment has been built.
5. Start Eric. You can find eric6.py in the extracted Eric folder and double-click to start the development environment. (The following three can be used as the start of Eric's program, it is recommended to choose Eric6.pyw Right-click to send to the desktop shortcut, easy to use later, because it does not eject the black box when starting, and the startup speed is very fast. )
Starting interface:
interface of the development environment:
If you need to create a new GUI project, please refer to one of my other blogs
Create a new Python GUI project with Eric
Python 2.7 GUI Programming integrated development environment Build Python 2.7 + PyQt 4 + Eric 6 Environment setup