Skip to content

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