sitemule / noxDB

Not only XML. SQL,JSON and XML made easy for IBM i
MIT License
41 stars 20 forks source link

Build issue - python interpreter not found #75

Open m1h43l opened 1 year ago

m1h43l commented 1 year ago

The compile.py script searches for the python interpreter in /QOpenSys/usr/bin/python . But this only works for python installed via PTF (not yum). With yum it is installed under /QOpenSys/pkgs/bin/python . But this would be the python 3 interpreter. And the compile scripts chokes when executed with python 3.

The script works with /QOpenSys/pkgs/bin/python2.7 (if it is installed).

So building this is not as easy and straightforward as it should be.

worksofliam commented 1 year ago

Is this breaking the entire build?

m1h43l commented 1 year ago

The compile.py is only used and available in the utf8 branch and yes it breaks the entire build as the script builds the whole thing.

NielsLiisberg commented 1 year ago

The plan is to remove the dependency of python for the utf-8 build a use the same 'makefile' structure as in the 'master' branch.