Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: sconsUtils
-
Labels:None
-
Story Points:3
-
Epic Link:
-
Team:Architecture
Description
sconsUtils has to be modified to ensure it works with Python 3. Additionally SWIG calls might need to be changed to trigger Python 3 mode.
If
DM-6312does not result in SCons running on Python 3 then the work on this ticket is much simpler. The call to sys.executable has to be replaced with a search of the user PATH. It does not seem to be required to pass any special flags to SWIG to get it to use Python3 compatible output (-python -py3 is not required).