I'm getting a traceback which says that the "libmysqlclient" interface package cannot be found – and indeed it can't be found where Python is looking: /usr/lib
. It looks from preceding trace entries that it's using @RPATH
as the source of where to look.
But ... how does Python actually know "where to look for MySQL?"