Skip to content

QTPY py3 translation #12

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

Merged
merged 3 commits into from
Jun 20, 2022
Merged

QTPY py3 translation #12

merged 3 commits into from
Jun 20, 2022

Conversation

cgvirus
Copy link
Member

@cgvirus cgvirus commented Jun 20, 2022

There are linking issues in with 2.5.0 Alpha 2 still.
NatronGitHub/Natron#701 (comment)

But should work without any problem in 2.4.3.
Plugs are compatible with Pyhton 3. Also an import exception handling is included:

try:
    from qtpy.QtGui import *
except ImportError:
    from PySide.QtGui import *

cgvirus and others added 3 commits June 5, 2022 22:39

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@cgvirus cgvirus merged commit 7fd6d29 into NatronGitHub:py3-qtpy Jun 20, 2022
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

1 participant