[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    [PyQt] PYQT_CONFIGURATION["sip_flags"]
From:       Rex Dieter <rdieter () math ! unl ! edu>
Date:       2018-08-27 14:38:51
Message-ID: pm129p$3r8$1 () blaine ! gmane ! org
[Download RAW message or body]

As suggested, I've started researching how to make various sip/PyQt 
consumers respect PYQT_CONFIGURATION, in particular, 
PYQT_CONFIGURATION["sip_flags"].

This was useful,
$ python3
...
>>> from PyQt5.Qt import PYQT_CONFIGURATION;
>>> print(PYQT_CONFIGURATION["sip_flags"])
-n PyQt5.sip -t WS_X11 -t Qt_5_10_1

and the idea is that related python modules should pass those same arguments 
to sip?  (or is just the -n PyQt5.sip piece enough?)

I wondered because kde's 
https://phabricator.kde.org/D15091
code review seems to be extracting and using only the -n ... part


Next,

$ python3
...
>>> from PyQt4.Qt import PYQT_CONFIGURATION
>>> print(PYQT_CONFIGURATION["sip_flags"])
-x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_6

shouldn't PyQt4-4.12.2 be including '-n PyQt4.sip' in there?

-- Rex


_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/pyqt
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic