On 29/01/2024 07:50, ullix wrote: > I get this warning: > >   DeprecationWarning: sipPyTypeDict() is deprecated, the extension > module should use sipPyTypeDictRef() instead   class > ggeiger(QMainWindow): > > But nowhere in my code do I use "sipPyTypeDict(), so it's gotta be > used within some of the modules. Can I even correct this? > > > Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] > > PyQt 5.15.2 > > SIP 6.7.12 > > PyQt5-sip 12.13.0 > > ullix Downgrade PyQt5-sip or upgrade PyQt5. Phil