Commit Graph

6 Commits

Author SHA1 Message Date
df4a75ceaf 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).
2026-04-07 13:49:09 +03:00
d053aa5816 build: add Windows binary with mysql localization fix 2026-04-06 15:52:14 +03:00
50558ce464 fix: add mysql.connector.locales to hiddenimports to resolve 'no localization support for language eng' error in PyInstaller build 2026-04-06 15:37:42 +03:00
scheianu
3ca7eac4b8 release: rebuild DatabaseApp.exe with use_pure=True fix for mysql_native_password auth plugin 2026-04-03 23:18:12 +03:00
scheianu
cb1a00bcf4 prepering for a new build as i fix the mysql connector error 2026-04-03 23:02:35 +03:00
scheianu
c595b41781 release: add DatabaseApp.exe to dist/ 2026-04-01 21:05:15 +03:00