pyqt5安裝eric6說檢測不到Qsci

2021-08-04 12:18:14 字數 1735 閱讀 8831

本文根據**:  並結合自身安裝過程整理!

以下是我安裝過程中,命令視窗的輸出,第一次安裝的時候提示錯誤:

sorry, please install qscintilla2 and its 

error: cannot import name 'qsci'

然後根據上面貼子中提到的方法,先用: pip install qscintilla 完成後,再重新執行python install.py命令即可。

d:\eric6-17.07>python install.py

checking dependencies

python version: 3.6.2

found pyqt5

found pyuic5

sorry, please install qscintilla2 and

error: cannot import name 'qsci'

press enter to continue...

d:\eric6-17.07>pip install qscintilla

collecting qscintilla

downloading qscintilla-2.10.1-5.9.1-cp35.cp36.cp37-none-win_amd64.whl (1.8mb)

100% |████████████████████████████████| 1.9mb 16kb/s

requirement already satisfied: pyqt5>=5.9.0 in c:\python\lib\site-packages (from qscintilla)

requirement already satisfied: sip<4.20,>=4.19.3 in c:\python\lib\site-packages (from pyqt5>=5.9.0->qscintilla)

installing collected packages: qscintilla

successfully installed qscintilla-2.10.1

d:\eric6-17.07>python install.py

checking dependencies

python version: 3.6.2

found pyqt5

found pyuic5

found qscintilla2

found qtgui

found qtnetwork

found qtprintsupport

found qtsql

found qtsvg

found qtwidgets

qt version: 5.9.1

sip version: 4.19.3

pyqt version: 5.9

qscintilla version: 2.10.1

all dependencies ok.

cleaning up old installation ...

creating configuration file ...

compiling user inte***ce files ...

compiling source files ...

installing eric6 ...

installation complete.

press enter to continue...

PyQt5教程 三 Eric6的安裝(詳細)

經過前兩篇的介紹 python和pyqt5的安裝 本偏開始介紹eric6的安裝 pyqt5教程 一 python的安裝 pyqt5教程 二 pyqt5的安裝 pyqt5教程 四 安裝所需的命令介紹 1 eric6簡介 eric6是乙個全功能的python開發ide,它本身就是用python開發的,並...

Eric6與pyqt5學習筆記 12 右鍵選單事件

這個問題搜尋了很久,沒得到什麼有效的答案,雖然花了很久,還是摸索出了可行的方案,在這裡與大家分享 首先在init設定按鈕的樣式 self.menubar qtwidgets.qmenubar mainwindow self.menubar.setgeometry qtcore.qrect 0,0,6...

Pyqt5 eric6安裝教程

今天一早上看了關於pyqt的教程,準備入坑,沒想到,這安裝軟體的坑,就困住了我進10個小時,網上有些教程留了好多坑等著你跳,所以我必須捋一捋 首先,我先安裝pyqt5,執行命令 pip install pyqt5 如果中途需要按y,就一直恩一下去 如何再安裝tool pip install pyqt...