qt - Is there a combined guide to install Python and PyQT with an IDE and debugger on Windows? -
i have found various downloads. here there executable "pyqt5-5.6-gpl-py3.5-qt5.6.0-x64-2.exe". says has need except python. presume have install python 3.5 (and not other version?). have 2.7, mean not compatible?
also, want ide (but not eclipse if poss), have looked @ eric6 suggested on different question.
what trying avoid having mess of various versions of python, qt libs, pyqt , ide not work/has no debugger.
can provide guidance/steps on how integrate these tools together?
note: eric webpage need:
to able run eric6 should have following installed:
- python 3.3.0 or better
- python 2.7.0 or better
- qt 5.3.0 or better (from qt company)
- qt 4.8.0 or better (from qt company)
- pyqt 5.3.0 or better (from riverbank)
- pyqt 4.10.0 or better (from riverbank)
- qscintilla 2.8.0 or better (from riverbank)
i find more confusing - mean need 2 different versions of python, qt , pyqt installed?
at moment, binary windows releases pyqt5 python 3 only. binary windows releases pyqt4 available python2 or python3. generally, have 1 or other (qt4 or qt5) installed given python installation. possible install pyqt5 python3 , pyqt4 python2.
you don't need install both, , code written 1 won't automatically work in other anyway.
most ide's don't require install qt/pyqt, , lot of guides installing qt/pyqt ide agnostic anyway.
Comments
Post a Comment