-
Notifications
You must be signed in to change notification settings - Fork 321
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
python3 error in build/SConscript.configure #82
Comments
Greetings, in addition to the PR #83, it seems that the file |
Hey on trying PR #83 I get the following error. I am on ubuntu 20.04
Any help is highly appreciated. Thanks |
Hi,
I found the build/SConscript.configure and build/SConscript.install have several python 2 version print:
for example:
print 'Using configuation file "%s"" % configFile'
and when I use scons, they give me an error notice of this and stop compiling.
I think it may be better to change it?
Best
ZIQI WANG
The text was updated successfully, but these errors were encountered: