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

SCons: Python 3 compatibility #83

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

SCons: Python 3 compatibility #83

wants to merge 4 commits into from

Conversation

merlinND
Copy link
Member

@merlinND merlinND commented Jul 24, 2018

Fixes #82.

Checks needed:

  • macOS with SCons @ Python 2
  • macOS 10.13 with SCons 3.0.1 @ Python 3.6.5
  • Linux with SCons @ Python 2
  • Linux with SCons @ Python 3
  • Windows with SCons @ Python 2
  • Windows with SCons @ Python 3

@bartoszek
Copy link

bartoszek commented Feb 6, 2020

Linux with SCons @ Python 2 works as expected
Linux with SCons @ Python 3 Failed to find qt5
sys={distro:ArchLinux, python:3.8.1, scons:3.1.2, qt5:5.14.1}
scons2.log
scons3.log

Looks like data/scons/qt5.py need a fix.

@gaotongsh
Copy link

I created #138 to try to fix data/scons/qt5.py but there are still some bugs.

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.

python3 error in build/SConscript.configure
4 participants