mitsuba icon indicating copy to clipboard operation
mitsuba copied to clipboard

SCons: Python 3 compatibility

Open merlinND opened this issue 5 years ago • 2 comments

Fixes #82.

Checks needed:

  • [ ] macOS with SCons @ Python 2
  • [x] 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

merlinND avatar Jul 24 '18 16:07 merlinND

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.

bartoszek avatar Feb 06 '20 20:02 bartoszek

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

gaotongsh avatar Dec 09 '20 05:12 gaotongsh