Win under Build PYTHON3+PYQT5+ERIC6 environment

Source: Internet
Author: User
Tags i18n

First, install the Python3

1. Download the Python3 installation package, install it by default, and note the ADD Python 3.6 to Path. However, the default installation path is too long, it is not easy to find, you can choose a custom installation, you define the installation path. I am choosing the default installation, the installation path:

C:\Users\adong\AppData\Local\Programs\Python\Python36\ (the root path of Python).

Second, installation PyQt5

1. The first way is relatively simple, python3 default installation is completed after the PIP has been installed, you can open cmd, enter: Pip install PyQt5 to install;

2. The second way is to download PyQt5 to the official website WHL end of the installation package, in the directory where the installation package open cmd, enter the PIP install PYQT5-XXXX.WHL to install it;

3. Open Idel, introduce PYQT5, if the error does not occur, the installation is successful.

Third, installation eric6

1. First install Qscintilla, open cmd, enter: Pip install Qscintilla to install (if you do not install this file, when you install Eric will have to check the dependency of the error);

2. Download Eric6 's installation package and its Chinese package: https://sourceforge.net/projects/eric-ide/files/eric6/stable/6.1.9/Note Install the corresponding version, download the Red annotated file, One is Eric6, and the other is for Chinese:

3. Install ERIC6: Unzip the downloaded two compressed packets. Unzip the Eric6 compressed file, change the extracted file name to Eric6, and then copy it to the Python installation root (C:\Users\adong\AppData\Local\Programs\Python\Python36\), Re-unpack the Chinese package, the files are copied to the ERIC6 directory, note that the same files are all replaced. After the copy is complete check: python\eric6\eric\i18n directory file ERIC6_ZH_CN. GB.QM and ERIC6_ZH_CN. Gb.ts, as well as files install.py and install-i18n.py in the ERIC6 directory. Double-click install.py to start installing ERIC6. The installation was successful without prompting an error.

4. Configure ERIC6 and Chinese

Double-click C:\Users\adong\AppData\Local\Programs\Python\Python36\eric6\eric\eric6_configure.py, configure information

5. Open ERIC6: Double-click C:\Users\adong\AppData\Local\Programs\Python\Python36\Scripts\eric6.bat (can right-send to desktop shortcut, convenient for later use)

Win under Build PYTHON3+PYQT5+ERIC6 environment

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.