QCustomPlot-PyQt5 icon indicating copy to clipboard operation
QCustomPlot-PyQt5 copied to clipboard

how to use in windows platform? :)

Open tuduweb opened this issue 8 years ago • 8 comments

👍 please……

tuduweb avatar Nov 07 '17 15:11 tuduweb

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

cowo78 avatar Oct 05 '18 11:10 cowo78

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.

mirzazher avatar Oct 05 '18 12:10 mirzazher

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.

cowo78 avatar Oct 05 '18 12:10 cowo78

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

mirzazher avatar Oct 05 '18 12:10 mirzazher

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.

cowo78 avatar Oct 05 '18 12:10 cowo78

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

Biinzy avatar Jul 29 '20 15:07 Biinzy

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

mimparat avatar Jul 30 '20 14:07 mimparat

https://wiki.qt.io/Jom

cowo78 avatar Aug 24 '20 09:08 cowo78