Details
Description
Using pre-release wheels downloaded from download.qt.io, PySide2 provides incorrect values for QtCore.QLibraryInfo.PrefixPath and for all the other paths (HeadersPath, PluginsPath, etc.) there are presumably derived from it.
Steps to reproduce:
from PySide2 import QtCore
print QtCore.QLibraryInfo.location(QtCore.QLibraryInfo.PrefixPath)
Result
: /Users/qt/work/install
This path does not reflect the actual installation on my system and is probably retained from the wheel creation platform.
Attachments
Issue Links
- relates to
-
PYSIDE-717 Enable back the QT_LOGGING_RULES option
- Withdrawn