[mythtv-users] python MySQLdb
James Linder
jam at tigger.ws
Tue Dec 19 20:52:01 UTC 2023
I’ve made much noise of late (various topics), pardon
This says https://github.com/PyMySQL/mysqlclient mysqlclient replaces MySQLdb
leaving the check in ‘configure' fails
+ enabled bindings_python
+ test bindings_python = bindings_python
+ op==
+ eval test 'x$bindings_python' = xyes
test x$bindings_python = xyes
++ test xyes = xyes
+ check_python '(3,8,0)'
+ log check_python '(3,8,0)'
+ echo check_python '(3,8,0)'
+ version='(3,8,0)'
+ check_cmd python3.11
+ log python3.11
+ echo python3.11
+ python3.11
+ check_py_lib MySQLdb
+ log check_py_lib MySQLdb
+ echo check_py_lib MySQLdb
+ lib=MySQLdb
+ check_cmd python3.11
+ log python3.11
+ echo python3.11
+ python3.11
+ disable_bindings_python MySQLdb
+ echo 'WARNING: disabling Python bindings; missing MySQLdb'
WARNING: disabling Python bindings; missing MySQLdb
+ disable bindings_python
+ set_all no bindings_python
+ value=no
It is not clear if the real-mythtv code will find or not find the required python bit to access the db.
Opinions or guidence please
James
PS is this getting too technical for the users list ?
More information about the mythtv-users
mailing list