On 24 Jan 2017, at 5:38 pm, Zbyněk Fiala <[email protected]> wrote: > > I installed eric last week, the same configuration means Win7, uptodate > Anaconda with python3 and Python 2 virtual environments, Qt 5.6 and no > problem. Eric was installed in python 3 virtual environment. So no Anaconda > is not broken, you may need to install Qt 5.6 from official installer b/c : > https://github.com/ContinuumIO/anaconda-issues/issues/1023 > > Zbyněk
If you read the OP's message again you will see they were installing PyQt v5.7.1 from PyPi. That will not run (on Windows) with Anaconda because the latter is broken (see the relevant thread on the PyQt mailing list). Phil > 24. 1. 2017 v 10:Phil Thompson <[email protected]>: > >> On 24 Jan 2017, at 8:39 am, shah manon <[email protected]> wrote: >>> >>> As-salamu-alikum >>> >>> Zazakallah khair >>> >>> By following the instruction I have got the following results .Would you >>> like to help me >>> >>> Microsoft Windows [Version 6.1.7600] >>> Copyright (c) 2009 Microsoft Corporation. All rights reserved. >>> >>> C:\Users\Nadvi>pip install >>> C:\Users\Nadvi\Downloads\QScintilla-2.9.4-5.7.1-cp34.cp35.cp36-none-win32.whl >>> Processing >>> c:\users\nadvi\downloads\qscintilla-2.9.4-5.7.1-cp34.cp35.cp36-none-win32.whl >>> Collecting PyQt5>=5.7.1 (from QScintilla==2.9.4) >>> Using cached PyQt5-5.7.1-5.7.1-cp34.cp35.cp36.cp37-none-win32.whl >>> Collecting sip>=4.19 (from PyQt5>=5.7.1->QScintilla==2.9.4) >>> Using cached sip-4.19-cp35-none-win32.whl >>> Installing collected packages: sip, PyQt5, QScintilla >>> Successfully installed PyQt5-5.7.1 QScintilla-2.9.4 sip-4.19 >>> >>> C:\Users\Nadvi>pip install cx_Freeze >>> Collecting cx_Freeze >>> Downloading cx_Freeze-5.0.1-cp35-cp35m-win32.whl (173kB) >>> 100% |################################| 174kB 208kB/s >>> Installing collected packages: cx-Freeze >>> Successfully installed cx-Freeze-5.0.1 >>> >>> C:\Users\Nadvi>pip install pylint >>> Requirement already satisfied: pylint in >>> p:\mydevelopmentsoftcollection\python\anaconda3\lib\site-packages >>> >>> C:\Users\Nadvi>pip install PyEnchant >>> Collecting PyEnchant >>> Downloading >>> pyenchant-1.6.8-py2.py3.cp27.cp32.cp33.cp34.cp35.pp27.pp33-none-win32.whl >>> (3.0MB) >>> 100% |################################| 3.0MB 59kB/s >>> Installing collected packages: PyEnchant >>> Successfully installed PyEnchant-1.6.8 >>> >>> C:\Users\Nadvi>pip install pyqt5 >>> Requirement already satisfied: pyqt5 in >>> p:\mydevelopmentsoftcollection\python\anaconda3\lib\site-packages >>> Requirement already satisfied: sip>=4.19 in >>> p:\mydevelopmentsoftcollection\python\anaconda3\lib\site-packages (from >>> pyqt5) >>> >>> C:\Users\Nadvi>python >>> P:\MyDevelopmentSoftCollection\IDE\eric6-17.01\install.py >>> Checking dependencies >>> Python Version: 3.5.2 >>> Sorry, please install PyQt5. >>> Error: DLL load failed: The specified module could not be found. >>> Press enter to continue... >> >> Anaconda's Python is broken because it doesn't install a required DLL. >> >> Phil >> _______________________________________________ >> Eric mailing list >> [email protected] >> https://www.riverbankcomputing.com/mailman/listinfo/eric > _______________________________________________ > Eric mailing list > [email protected] > https://www.riverbankcomputing.com/mailman/listinfo/eric _______________________________________________ Eric mailing list [email protected] https://www.riverbankcomputing.com/mailman/listinfo/eric
