Re: [Ohrrpgce] Scons build error

2023-03-07 Thread Ralph Versteegen via Ohrrpgce
I see that error happened while running ohrpackage on one of the Linux VMs. When you invoke scons, it makes sure the python path is set up to include SCons. I think SCons should normally also be visible in the oridinary python environment. Maybe it's because it's running scons with python 2 and ohr

[Ohrrpgce] Scons build error

2023-03-07 Thread James Paige via Ohrrpgce
File "/home/james/src/nightly/ohrrpgce-build/wip/ohrbuild.py", line 20, in from SCons.Script import Mkdir, Copy, Delete, Action #These create Action nodes ImportError: No module named 'SCons' Perhaps the version of scons I have on the nightly build vms is too old? __