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

Add Python initialization in rvls #653

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

eloisebrosseau
Copy link
Contributor

Add Python initialization in rvls

Summarize your change.

Initialize Python in rvls main function to match the behaviour of rvio inside the ShotGrid license validation.

Describe the reason for the change.

The license validation was failing on Linux when using rvls, but the same code was working fine with rvio because of the Python initialization in main(). The Python interpreter from rvio had more capabilities that were needed to properly import Python modules on Linux.

Describe what you have tested and on which operating system.

This change was tested on Rocky8, MacOS Sonoma and Windows 11.

Copy link
Contributor

@bernie-laberge bernie-laberge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Éloïse Brosseau <[email protected]>
@bernie-laberge bernie-laberge merged commit 2c6aea8 into AcademySoftwareFoundation:main Dec 12, 2024
10 checks passed
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.

3 participants