gkunter / coquery

Coquery is a free corpus query tool for linguists, lexicographers, translators, and anybody who wishes to search and analyse a text corpus.
GNU General Public License v3.0
18 stars 4 forks source link

Queries fail if a MySQL connection is selected but `pymysql` is not installed #294

Open gkunter opened 6 years ago

gkunter commented 6 years ago

Queries fail if a MySQL connection is selected but pymysql is not installed:

ModuleNotFoundError: No module named 'pymysql'
 app.py, line 2431: run_query
   session.py, line 624: __init__
     session.py, line 69: __init__
       connections.py, line 128: get_engine
       > return __import__('pymysql')

This issue is related to issue #293.