fix: use collect_all for mysql.connector to fix No module named 'mysql' in exe

mysql-connector-python 9.x restructured its package hierarchy. PyInstaller
fails to auto-discover submodules (aio, plugins, locales, etc.).
Updated DatabaseApp.spec to use collect_all('mysql.connector') which
walks the full package tree and bundles all required files.
Rebuilt DatabaseApp.exe (30.9 MB).
This commit is contained in:
2026-04-07 13:49:09 +03:00
parent 68b241c3cb
commit df4a75ceaf
2 changed files with 13 additions and 3 deletions

BIN
dist/DatabaseApp.exe vendored

Binary file not shown.