1. 程式人生 > >Winows2008R2 + Python + PyQt5 + Eric6環境搭建

Winows2008R2 + Python + PyQt5 + Eric6環境搭建

1.下載安裝Python

  • 本次使用的版本為Python3.6.6,3.7版本在安裝Eric6時一直報錯
  • 安裝Python時選擇【Add Python 3.6 to PATH】將Python目錄新增到環境變數可以省去手動設定的麻煩。
  • 選擇【Customize installation】定製安裝,自定義安裝路徑(避免使用帶中文名和空格的目錄)
  • 在第三步的【Advancde Options】勾選【Install for all users】
  • 其他他全部預設直至安裝完畢即可。

2.安裝PyQt5

  • pip在安裝Python的時候已經預設安裝,直接執行在CMD下執行pip install PyQt5
    沒有報錯即安裝成功,可用import PyQt5命令校驗

3.安裝QScintilla

  • CMD下執行pip install QScintilla,安裝完成後會有【Successfully installed QScintilla-2.10.7】

4.下載安裝eric6

  • 同時下載eric6-17.12.zip和eric6-i18n-zh_CN-17.12.zip兩個壓縮包。eric6-i18n-zh_CN-17.12.zip為中文補丁,直接覆蓋即可。
  • 執行python C:\Python36\eric6\install.py進行安裝
  • 安裝完成後執行eric6\eric\eric6.pyw即可執行或者執行:python F:\Python36\eric6\eric\eric6.py
    執行
  • 出現以下提示安裝成功:
C:\>python C:\Python36\eric6\install.py
Checking dependencies
Python Version: 3.6.6
Found PyQt5
Found pyuic5
Found QScintilla2
Found QtGui
Found QtNetwork
Found QtPrintSupport
Found QtSql
Found QtSvg
Found QtWidgets
Found QtWebEngineWidgets
Qt Version: 5.11.1
sip Version: 4.19.12
PyQt Version: 5.11.2
QScintilla Version: 2.10.7
All dependencies ok.

Cleaning up old installation ...

Creating configuration file ...

Compiling user interface files ...

Compiling source files ...

Installing eric6 ...

Installation complete.


Press enter to continue...