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.

classification
Title: Python 3.7 and qt Libraries
Type: behavior Stage: resolved
Components: ctypes Versions: Python 3.7
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: gvanrossum, rsimsiman
Priority: normal Keywords:

Created on 2021-01-20 20:39 by rsimsiman, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg385367 - (view) Author: Rob Simsiman (rsimsiman) Date: 2021-01-20 20:39
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
msg385370 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2021-01-20 20:51
I recommend asking on a user forum, perhaps https://discuss.python.org/c/users/
History
Date User Action Args
2022-04-11 14:59:40adminsetgithub: 87150
2021-01-20 20:51:00gvanrossumsetstatus: open -> closed

nosy: + gvanrossum
messages: + msg385370

resolution: not a bug
stage: resolved
2021-01-20 20:39:50rsimsimancreate