Missing symbols from Windows PyQt5 wheels

Phil Thompson phil at riverbankcomputing.com
Fri Nov 26 09:37:57 GMT 2021


On 26/11/2021 08:54, Philippe Fremy wrote:
> Hi Phil,
> 
> I have noticed that the following symbols are present in the Linux
> PyQt5 wheels but missing from the Windows wheels. I don't see a clear
> reason (except maybe for the first two) so this is probably a
> packaging bug.
> 
> PyQt5.QtPrintSupport.QPrinter.printerSelectionOption
> PyQt5.QtPrintSupport.QPrinter.setPrinterSelectionOption
> PyQt5.QtNetworkAuth.QAbstractOAuth.callback
> PyQt5.QtNetworkAuth.QAbstractOAuth.generateRandomString
> PyQt5.QtNetworkAuth.QAbstractOAuth.resourceOwnerAuthorization
> PyQt5.QtNetworkAuth.QAbstractOAuth.setStatus
> PyQt5.QtGui.QPaintDeviceWindow.paintEvent
> PyQt5.Qt3DAnimation.QAbstractAnimation.setDuration
> PyQt5.Qt3DExtras.QAbstractCameraController.keyboardDevice
> PyQt5.Qt3DExtras.QAbstractCameraController.mouseDevice
> PyQt5.Qt3DRender.QAbstractTextureImage.dataGenerator
> PyQt5.Qt3DRender.QAbstractTextureImage.notifyDataGeneratorChanged
> 
> Have a nice day,
> 
> Philippe

I didn't check them all but some are not implemented (or have dummy 
implementations) on Windows. Is it actually a problem?

Phil


More information about the PyQt mailing list