<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Thanks, but I'm running 32-bit Windows,
so can't use 64-bit apps.<br>
<br>
=================<br>
c:\eric6-18.08>pip install PyQt5==5.10.1 QScintilla==2.10.4<br>
Requirement already satisfied: PyQt5==5.10.1 in
c:\users\fred\appdata\local\programs\python\python37-32\lib\site-packages
(5.10.1)<br>
Collecting QScintilla==2.10.4<br>
Downloading
<a class="moz-txt-link-freetext" href="https://files.pythonhosted.org/packages/48/6c/9dd0f2d7f3105fb2a4fe162d278cfa19dcb041e0e3a63b27700a54ab5f6b/QScintilla-2.10.4-5.10.1-cp35.cp36.cp37.cp38-none-win32.whl">https://files.pythonhosted.org/packages/48/6c/9dd0f2d7f3105fb2a4fe162d278cfa19dcb041e0e3a63b27700a54ab5f6b/QScintilla-2.10.4-5.10.1-cp35.cp36.cp37.cp38-none-win32.whl</a>
(1.7MB)<br>
100% |████████████████████████████████| 1.7MB 1.6MB/s<br>
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) (4.19.8)<br>
Installing collected packages: QScintilla<br>
Found existing installation: QScintilla 2.10.7<br>
Uninstalling QScintilla-2.10.7:<br>
Successfully uninstalled QScintilla-2.10.7<br>
Successfully installed QScintilla-2.10.4<br>
=================<br>
c:\eric6-18.08>python install.py<br>
Checking dependencies<br>
Python Version: 3.7.0<br>
Found PyQt5<br>
Found pyuic5<br>
Found QScintilla2<br>
Found QtGui<br>
Found QtNetwork<br>
Found QtPrintSupport<br>
Found QtSql<br>
Found QtSvg<br>
Found QtWidgets<br>
Found QtWebEngineWidgets<br>
Qt Version: 5.10.1<br>
sip Version: 4.19.12<br>
PyQt Version: 5.10.1<br>
QScintilla Version: 2.10.4<br>
All dependencies ok.<br>
<br>
Cleaning up old installation ...<br>
<br>
Creating configuration file ...<br>
<br>
Compiling user interface files ...<br>
<br>
Compiling source files ...<br>
<br>
Installing eric6 ...<br>
Installing Python API files to
'C:\Users\fred\AppData\Local\Programs\Python\Pyth<br>
on37-32\Lib\site-packages\PyQt5\Qt\qsci\api\python'.<br>
Installing Ruby API files to
'C:\Users\fred\AppData\Local\Programs\Python\Python<br>
37-32\Lib\site-packages\PyQt5\Qt\qsci\api\ruby'.<br>
Installing QSS API files to
'C:\Users\fred\AppData\Local\Programs\Python\Python3<br>
7-32\Lib\site-packages\PyQt5\Qt\qsci\api\qss'.<br>
<br>
Installation complete.<br>
=================<br>
c:\eric6-18.08>eric6<br>
<br>
c:\eric6-18.08>eric6.bat<br>
=================<br>
<br>
Nothing happens, although it's what it says here:<br>
<a class="moz-txt-link-freetext" href="http://techattitude.com/tips-tricks-and-hacks/how-to-install-eric6-ide-for-python-on-windows/">http://techattitude.com/tips-tricks-and-hacks/how-to-install-eric6-ide-for-python-on-windows/</a><br>
<br>
On 23/08/2018 13:41, Detlev Offenbach wrote:<br>
</div>
<blockquote type="cite"
cite="mid:4C5EC48C-E7AD-47D8-B486-DD4EB7D3DAE1@die-offenbachs.de">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"
class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space;
line-break: after-white-space;" class="">Hello,
<div class=""><br class="">
</div>
<div class="">the proper command to downgrade should include
QScintilla as well. To go to PyQt5 5.10.1 it should be</div>
<div class=""><br class="">
</div>
<div class="">pip install PyQt5==5.10.1 QScintilla==2.10.4</div>
<div class=""><br class="">
</div>
<div class="">To make sure, that no unwanted stuff remains from
previous toys one should do</div>
<div class=""><br class="">
</div>
<div class="">pip list (to see what was installed with pip)</div>
<div class="">pip uninstall … (to get rid of unwanted stuff)</div>
<div class=""><br class="">
</div>
<div class="">Another and probably the better way would be to
install the 64-bit variant of Python. That works for me over
here on Windows 10 at least.</div>
<div class=""><br class="">
</div>
<div class="">Detlev<br class="">
<div class=""><br class="">
<blockquote type="cite" class="">
<div class="">Am 23.08.2018 um 11:14 schrieb Mike Morris
<<a href="mailto:mike@musicplace.com" class=""
moz-do-not-send="true">mike@musicplace.com</a>>:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">I'm quite certain that Tobias will offer
more valuable help than I can, but I can say with
pretty high confidence that the DLL error "The
specified procedure could not be found." is a result
of an old version... it implies (I think) that the DLL
itself was found, but that it did not contain a
function of the desired name - which was probably
added in a later rev.<br class="">
<br class="">
SO... checking version information on QScintilla - and
forcing an update somehow -would be my next guess,
fwiw... Looks like yours is (2.10.7)?<br class="">
<br class="">
PS: I'm a linux guy - haven't used Windows in almost a
decade - so I can't be much help... although I'd like
to be!!!</div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
</body>
</html>