Project

General

Profile

Actions

Sinedon Changes 36 » History » Revision 1

Revision 1/2 | Next »
Anchi Cheng, 03/29/2022 12:08 PM


Sinedon Changes 36

We switch to use pymysql in 3.6 version. This merged in changes in myami-pymysql branch. pymysql has ping and reconnect built-in that keeps query from having time-out error.

Additional module is therefore needed:

pip install PyMySQL==0.10.1

On the Windows PC, if you are using python 2.7.3 or other old python 2.7 versions that do not include pip, you may want to reinstall 2.7.16 or 2.7.18 that you will find under "Files" tab in this redmine site. All the other supporting packages are still usable.

See Install_pymysql_on_Windows_PC

If you'd rather not to reinstall, you can continue using the old sinedon by copying all *.py files in the old subpackage to the new one.

Updated by Anchi Cheng over 2 years ago · 1 revisions