[PyQt] (no subject)

Adam Tenderholt atenderholt at gmail.com
Mon Jun 16 17:50:04 BST 2008


It sounds like you are missing headers to your Qt installation. If you
type 'which qmake', does it point to the version of Qt you are trying
to compile PyQt against?

Adam

On Mon, Jun 16, 2008 at 8:17 AM, Doug <moore.douglas.1879 at gmail.com> wrote:
> I am trying to install QT4 on my mac and it keeps failing with the following
> error. Is there anyone that may be able to help?
> sip/QtGui/qgraphicsitem.sip:820:34: error: qgraphicsproxywidget.h: No such
> file or directory
> sip/QtGui/qgraphicsitem.sip:821:29: error: qgraphicswidget.h: No such file
> or directory
> make[1]: *** [sipQtGuicmodule.o] Error 1
> make: *** [install] Error 2
> sip/QtGui/qgraphicsitem.sip:820:34: error: qgraphicsproxywidget.h: No such
> file or directory
> sip/QtGui/qgraphicsitem.sip:821:29: error: qgraphicswidget.h: No such file
> or directory
> make[1]: *** [sipQtGuicmodule.o] Error 1
> make: *** [install] Error 2
> Suggestions?
> ~Doug
>
>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>


More information about the PyQt mailing list