[Eric] [Windows 32-bits] How to install either PyQt5.QtWebEngineWidgets or PyQt5.QtWebKitWidgets?

Gilles codecomplete at free.fr
Thu Aug 23 09:11:43 BST 2018


Thanks.

Now, I'm stuck at QScintilla2:

1. c:\> pip install PyQt5==5.10.1
"Successfully installed PyQt5-5.10.1"

2. c:\eric6-18.08>python install.py
Checking dependencies
Python Version: 3.7.0
Found PyQt5
Found pyuic5
QScintilla could not be detected.
Error: DLL load failed: The specified procedure could not be found.

Shall 'QScintilla' be installed using pip? (Y/n) Y
Requirement already satisfied: QScintilla in 
c:\users\fred\appdata\local\program
s\python\python37-32\lib\site-packages (2.10.7)
Requirement already satisfied: PyQt5>=5.10.1 in 
c:\users\fred\appdata\local\prog
rams\python\python37-32\lib\site-packages (from QScintilla) (5.10.1)
Requirement already satisfied: sip<4.20,>=4.19.4 in 
c:\users\fred\appdata\local\
programs\python\python37-32\lib\site-packages (from 
PyQt5>=5.10.1->QScintilla) (
4.19.8)
Sorry, please install QScintilla2 and its PyQt5/PyQt4 wrapper.
Error: DLL load failed: The specified procedure could not be found.

Press enter to continue...

c:\eric6-18.08>pip3 install QScintilla
Requirement already satisfied: QScintilla in 
c:\users\fred\appdata\local\program
s\python\python37-32\lib\site-packages (2.10.7)
Requirement already satisfied: PyQt5>=5.10.1 in 
c:\users\fred\appdata\local\prog
rams\python\python37-32\lib\site-packages (from QScintilla) (5.10.1)
Requirement already satisfied: sip<4.20,>=4.19.4 in 
c:\users\fred\appdata\local\
programs\python\python37-32\lib\site-packages (from 
PyQt5>=5.10.1->QScintilla) (
4.19.8)

How do I install "QScintilla2 and its PyQt5/PyQt4 wrapper"?

Thank you.

On 23/08/2018 08:38, Tobias Rzepka wrote:
> Just downgrade with
>
> pip install PyQt5==5.10.1
>
> Tobias
> Gesendet von meinem BlackBerry 10-Smartphone.
>    Originalnachricht
> Von: Gilles
> Gesendet: Donnerstag, 23. August 2018 00:17
> An: eric at riverbankcomputing.com
> Betreff: Re: [Eric] [Windows 32-bits] How to install either PyQt5.QtWebEngineWidgets or PyQt5.QtWebKitWidgets?
>
> Thank you.
>
> As a Python newbie, this is a bit over my head.
>
> On 22/08/2018 23:19, Tobias Rzepka wrote:
>> Hello Gilles,
>>
>> Any reason to stick at PyQt 5.11? If not, it should be possible to downgrade to PyQt ‎5.10. I'm not sure, but the wheels for Python 3.6 should also work under Python 3.7 (but they have to be renamed to work , if no 5.10 was released for Python 3.7.
>>
>> Tobias
>>
>> Gesendet von meinem BlackBerry 10-Smartphone.
>>    Originalnachricht
>> Von: Gilles
>> Gesendet: Mittwoch, 22. August 2018 21:34
>> An: eric at riverbankcomputing.com
>> Betreff: [Eric] [Windows 32-bits] How to install either PyQt5.QtWebEngineWidgets or PyQt5.QtWebKitWidgets?
>>
>> Hello,
>>
>> I'm a semi-newbie Python user and tried installing Eric 6 - 18.08 on a
>> 32-bit Windows 7 host running Python 3.7.0.
>>
>> The install fails because of a dependency:
>>
>> ============
>> c:\Eric Python IDE>python install.py
>> Checking dependencies
>> Python Version: 3.7.0
>> Found PyQt5
>> Found pyuic5
>> Found QScintilla2
>> Found QtGui
>> Found QtNetwork
>> Found QtPrintSupport
>> Found QtSql
>> Found QtSvg
>> Found QtWidgets
>> Sorry, please install PyQt5.QtWebEngineWidgets or PyQt5.QtWebKitWidgets.
>> ============
>>
>> The following web page says: "Note that for v5.11 and later the 32-bit
>> Windows wheels do not contain the WebEngine modules."
>> https://www.riverbankcomputing.com/software/pyqt/download5
>>
>> Does it mean Eric6 is not available to 32-bit Windows 7 users? Should I
>> use an older version?
>>
>> Thank you.
>>
>> _______________________________________________
>> Eric mailing list
>> Eric at riverbankcomputing.com
>> https://www.riverbankcomputing.com/mailman/listinfo/eric
>>
> _______________________________________________
> Eric mailing list
> Eric at riverbankcomputing.com
> https://www.riverbankcomputing.com/mailman/listinfo/eric
>



More information about the Eric mailing list