I had to tweak some python imports to get them to work from the
$ python ../3p-package-scripts/o3de_package_scripts/build_package.py --search_path . azslc-1.8.19-rev1-windows
command line.
It must have a different sort of current working directory or other environment interference, but it never got to reach the symbols in the clr module.
This change makes it work.
I had to tweak some python imports to get them to work from the
$ python ../3p-package-scripts/o3de_package_scripts/build_package.py --search_path . azslc-1.8.19-rev1-windows
command line. It must have a different sort of current working directory or other environment interference, but it never got to reach the symbols in the clr module. This change makes it work.