dimv36 / QCustomPlot-PyQt5

Bindings for graphics lib QCustomPlot for PyQt5
MIT License
41 stars 27 forks source link

how to use in windows platform? :) #6

Open tuduweb opened 6 years ago

tuduweb commented 6 years ago

👍 please……

cowo78 commented 5 years ago

python setup.py build / bdist_egg / whatever works fine with MSVC2015/QT5.9

mirzazher commented 5 years ago

setup.py build doesnt work; need to give path for qmake,make and qt include, also then throws the error

Could not find qmake configuration file win32-msvc2013.

cowo78 commented 5 years ago

Nothing to do with this project, you have to properly setup your Qt & MSVC environment. Use the qtenv2.bat and vcvarsall.bat scripts supplied with Qt & MSVC installations.

mirzazher commented 5 years ago

Do we need to have Qt installed or PyQt5 is enough?

cowo78 commented 5 years ago

Come on, this is not an issue for this project. You have to build a PyQt extension, so you'll need Qt , sip and Python development packages.

Biinzy commented 4 years ago

hello, I have MSVC2015 and Qt 5.14, I installed sip and make but when I run python setup.py build I get this error :

running build running build_ext Setting qmake to 'C:/qt64/qt_1544645195969/_h_env/Library/bin/qmake.exe' Setting make to 'jom.exe' error: [WinError 2] Impossibile trovare il file specificato

mimparat commented 4 years ago

I got the same error of Biinzy... what do we need to do?

cowo78 commented 4 years ago

https://wiki.qt.io/Jom