Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed vendorised copy of Qt.py clashing #316

Merged
merged 1 commit into from
Jan 24, 2021

Conversation

AWhetter
Copy link
Contributor

@AWhetter AWhetter commented Jan 24, 2021

The vendorised copy of Qt.py and another instance of Qt.py currently write to the same location in sys.modules, meaning that they clash with each other.
This change follows other usage of sys.modules in Qt.py and writes to the module location of the current instance of Qt.py, rather than to the global location.

I have submitted a similar change upstream to Qt.py here (mottosso/Qt.py#355), which has been released as 1.3.3. So alternatively you could update Qt.py to that instead.

@krathjen krathjen merged commit 117f00a into krathjen:master Jan 24, 2021
@krathjen
Copy link
Owner

Thank you for the fix! Very much appreciated!

@AWhetter AWhetter deleted the qt_py_vendorise_clash branch January 24, 2021 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants