pyqt / python-qt5

Unofficial PyQt5 via PyPI for Python 2.7 64-bit on Windows
GNU General Public License v3.0
280 stars 78 forks source link

qprinter.h #1

Closed mottosso closed 9 years ago

mottosso commented 9 years ago

Upon compiling PyQt5, midway through it raised an error stating that qprinter.h was missing.

image

I managed to resolve the issue by copying qprinter.h and qprinter.cpp from `QtPrinterSupport into QtGui, getting a hint from here:

Though a more permanent (and robust?) solution may be to actually update the configure.py

mottosso commented 9 years ago

This was solved (without shuffling files around) by compiling using Qt 5.3.1 instead of 5.3.2.