Skip to content

QTPY py3 translation - #12

Merged
cgvirus merged 3 commits into
NatronGitHub:py3-qtpyfrom
cgvirus:qtpy
Jun 20, 2022
Merged

QTPY py3 translation#12
cgvirus merged 3 commits into
NatronGitHub:py3-qtpyfrom
cgvirus:qtpy

Conversation

@cgvirus

@cgvirus cgvirus commented Jun 20, 2022

Copy link
Copy Markdown
Member

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
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.

1 participant