From: Arjen M. <Arj...@de...> - 2017-09-06 06:47:34
|
Hi Alan, > -----Original Message----- > From: Alan W. Irwin [mailto:ir...@be...] > Sent: Tuesday, September 05, 2017 8:07 PM > > > To settle this question of the various names for the various > > combinations of Python2 versus Python3 and Qt4 versus Qt5, on > > MinGW-w64/MSYS2 could you please give me the complete results for > > > > pkgfile QtCoremod.sip > > > > ? Once I have that information, I can update our HINTS so our users > > don't have to specify PYQT_SIP_DIR on this platform regardless of what > > combination of Python and Qt they try. > > Just to clarify, the remaining question above is not noise. :-) That is, I am still > interested in those pkgfile results. > Here is the output from that command - it does not tell you where the file is/will be installed though: mingw32/mingw-w64-i686-python2-pyqt4 mingw32/mingw-w64-i686-python2-pyqt5 mingw32/mingw-w64-i686-python3-pyqt4 mingw32/mingw-w64-i686-python3-pyqt5 mingw64/mingw-w64-x86_64-python2-pyqt4 mingw64/mingw-w64-x86_64-python2-pyqt5 mingw64/mingw-w64-x86_64-python3-pyqt4 mingw64/mingw-w64-x86_64-python3-pyqt5 This is really all I got. Oh wait, after a bright moment and "pkgfile --help", I ran "pkgfile -v QtCoremod.sip" and got instead the more useful output below: mingw32/mingw-w64-i686-python2-pyqt4 4.11.4-2 /mingw32/share/sip/Py2-Qt4/QtCore/QtCoremod.sip mingw32/mingw-w64-i686-python2-pyqt5 5.8-1 /mingw32/share/sip/Py2-Qt5/QtCore/QtCoremod.sip mingw32/mingw-w64-i686-python3-pyqt4 4.11.4-2 /mingw32/share/sip/PyQt4/QtCore/QtCoremod.sip mingw32/mingw-w64-i686-python3-pyqt5 5.8-1 /mingw32/share/sip/PyQt5/QtCore/QtCoremod.sip mingw64/mingw-w64-x86_64-python2-pyqt4 4.11.4-2 /mingw64/share/sip/Py2-Qt4/QtCore/QtCoremod.sip mingw64/mingw-w64-x86_64-python2-pyqt5 5.8-1 /mingw64/share/sip/Py2-Qt5/QtCore/QtCoremod.sip mingw64/mingw-w64-x86_64-python3-pyqt4 4.11.4-2 /mingw64/share/sip/PyQt4/QtCore/QtCoremod.sip mingw64/mingw-w64-x86_64-python3-pyqt5 5.8-1 /mingw64/share/sip/PyQt5/QtCore/QtCoremod.sip Regards, Arjen DISCLAIMER: This message is intended exclusively for the addressee(s) and may contain confidential and privileged information. If you are not the intended recipient please notify the sender immediately and destroy this message. Unauthorized use, disclosure or copying of this message is strictly prohibited. The foundation 'Stichting Deltares', which has its seat at Delft, The Netherlands, Commercial Registration Number 41146461, is not liable in any way whatsoever for consequences and/or damages resulting from the improper, incomplete and untimely dispatch, receipt and/or content of this e-mail. |