Chris W

Results 12 comments of Chris W

This is indeed interesting. ``` mysql> show grants for 'user'@'%'; +------------------------------------------------------+ | Grants for user@% | +------------------------------------------------------+ | GRANT SELECT, PROCESS, SHOW VIEW ON *.* TO `user`@`%` | | GRANT...

The Utils.py changes add a dependency to Utils.py which will cause a missing PIL module error when frozen with the setup.py process, so that needs adjustments.