This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rsimsiman
Recipients rsimsiman
Date 2021-01-20.20:39:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611175190.18.0.861971223122.issue42984@roundup.psfhosted.org>
In-reply-to
Content
Hello,

I am trying to run an application on CentOS-8 that is unable to find qt4 libraries, namely libQtCore.so.4. My PC has qt5 libraries, namely libQt5Core.so.5. How can I configure my Python 3.7 to look for the qt5 libraries instead of the qt4 libraries. Or, do I simply need to grab a newer version of Python?

Thank you,

Rob Simsiman
History
Date User Action Args
2021-01-20 20:39:50rsimsimansetrecipients: + rsimsiman
2021-01-20 20:39:50rsimsimansetmessageid: <1611175190.18.0.861971223122.issue42984@roundup.psfhosted.org>
2021-01-20 20:39:50rsimsimanlinkissue42984 messages
2021-01-20 20:39:50rsimsimancreate