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

Fix unable detect qt5 by using high version scons to build #163

Open
wants to merge 1 commit into
base: scons-python3
Choose a base branch
from

Conversation

OmegaZhou
Copy link

I use Python3 and Scons-v4.3 to build the mitsuba, but was unable to detect the qt5 when building.
I try to get the exception from qt5.py, and I find that SCons.Warnings do not have the attribute of Warning
When I search the document of Scons-v4.0.1, I see the Warning is inherited from Errors.UserError and has subclass WarningOnByDefault
image
However, from version v4.1.0, I can't find the Warning in the document, instead I find class SConsWarning is inherited from Errors.UserError and has subclass WarningOnByDefault
image
image
So I change the qt5.py so that it can run in high version Scons and keep it compatible with the low versions.

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