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
