The python build doesn't build _sqlite3. From build/Python-prefix/src/Python-stamp/Python-build-out.log
Python build finished, but the necessary bits to build these modules were not found:
_bsddb _sqlite3 _ssl
bsddb185 dbm dl
gdbm imageop linuxaudiodev
nis ossaudiodev spwd
sunaudiodev
The build completes without error since this is in the normal stdout log, but running UV-CDAT produces an issue where sqlite3 cannot be loaded (used for the GUI display of projects). Mac OS X should have the necessary headers to build sqlite3 python support so I don't know why this occurs.
The python build doesn't build _sqlite3. From
build/Python-prefix/src/Python-stamp/Python-build-out.logThe build completes without error since this is in the normal stdout log, but running UV-CDAT produces an issue where sqlite3 cannot be loaded (used for the GUI display of projects). Mac OS X should have the necessary headers to build sqlite3 python support so I don't know why this occurs.