Qt.labs not installed
Phil Thompson
phil at riverbankcomputing.com
Mon Apr 24 12:50:51 BST 2023
On 22/04/2023 02:38, Michael Ampofo Amoh - Gyebi wrote:
> Hello PyQt!
>
> Please I am trying to use a TableModel to work with a TableView. But I
> am
> getting the error message that the Qt.labs package isn't installed.
> Please is there a work around this? Or how do I get it installed?
> Please
> advise. Thank you very much.
I've always resisted including support for features which are
experimental or previews until they are part of the stable API. However
the QtLabs stuff doesn't involve any ongoing maintenance once support
has been added to PyQt-builder (specifically pyqt-bundle). They will be
included with the PyQt6-Qt6 wheels for Qt v6.5.1. In the meantime you
can copy the libraries from a full Qt installation.
Phil
More information about the PyQt
mailing list