[PyQt] PyQt5 with QtQuick 1.1

Phil Thompson phil at riverbankcomputing.com
Thu Oct 10 23:01:46 BST 2013


On Thu, 10 Oct 2013 21:19:15 +0200, Alexander Rössler
<mail.aroessler at gmail.com> wrote:
> Hello,
> 
> How can I use PyQt5 in combination with QtQuick 1.1? I know QtQuick 2.0
is
> better but on the BeagleBone currently no OpenGL is available so I am
> better of sticking to the raster engine of QtQuick 1.1. Where can I find
> the QtDeclarative module and the QDeclarativeView class?

Use PyQt4 (built against Qt5). PyQt5 doesn't support anything in Qt5 that
is marked as obsolete.

Phil


More information about the PyQt mailing list