diff options
author | Christian Tismer <[email protected]> | 2021-03-21 13:08:07 +0100 |
---|---|---|
committer | Christian Tismer <[email protected]> | 2021-03-23 22:25:04 +0100 |
commit | ca2b448344b3b1ed8715fba85ddbb3be9f766fbb (patch) | |
tree | 81c1989544d7866c5f47bda475170b41d1a7ebbf /examples | |
parent | ea35d748ec16822a4b845e8e839ecd04f59ac763 (diff) |
PySide import: Make imports more safe against installation errors
This patch originally was
"__feature__: Make imports more safe against installation errors"
After applying the patch to 5.15 with errors, it became clear that
not __feature__ was a problem, but the "import PySideX.support"
did not work in the embedding case.
This observation made the error message concerning PyInstaller
pointless. Instead, the pseudo-import of PySideX.support was fixed
to work correctly in all cases.
Tested on 5.15 with PyInstaller, this is now going back into dev.
Task-number: PYSIDE-1502
Change-Id: I2fd680a6a28de00f5392147b0d050deb7663dc22
Reviewed-by: Friedemann Kleint <[email protected]>
Reviewed-by: Qt CI Bot <[email protected]>
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions