From pykde Mon Jan 29 09:07:00 2024 From: Phil Thompson Date: Mon, 29 Jan 2024 09:07:00 +0000 To: pykde Subject: Re: sipPyTypeDict() is deprecated, Message-Id: <379050d046c853213db171fcf6e78b87 () riverbankcomputing ! com> X-MARC-Message: https://marc.info/?l=pykde&m=170651914618633 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