[PyQt] ANN: PyQt v5.13.2 Released

Marko Luther marko.luther at gmx.net
Wed Nov 6 10:15:03 GMT 2019


Dear Phil,

thanks for this upgrade. Since installing this updated wheel via pip my app build using py2app on Mac OS X reports

It does not make sense to draw an image when [NSGraphicsContext currentContext] is nil.  This is a programming error. Break on void _NSWarnForDrawingImageWithNoCurrentContext(void) to debug.  This will be logged only once.  This may break in the future.

on startup and does not draw the content of windows, just frames with transparent content. Downgrading PyQt to 5.13.1 makes the builds work again. Running the app from source works with both PyQt versions. Thus I checked all Qt/PyQt files in the generated app bundle, but for their version number this all looks identical to me. I also tried to manually copy all of Qt/PyQt into the generated app in the corresponding directories (as a required Qt plugin might not have been added) with out any improvement.

Was this reported before? 

Marko

> On 3. Nov 2019, at 13:03, Phil Thompson <phil at riverbankcomputing.com> wrote:
> 
> PyQt v5.13.2 has been released. This is a minor bug-fix and feature release. There are new releases of PyQt-builder, PyQtWebEngine, PyQt3D, PyQtChart, PyQtDataVisualization and PyQtPurchasing.
> 
> All packages can now be built with SIP v5.
> 
> All wheels have Qt v5.13.2 bundled.
> 
> Phil
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> https://www.riverbankcomputing.com/mailman/listinfo/pyqt



More information about the PyQt mailing list