I am repeatedly getting this error with my Tornado app on launch:
File "/Library/Python/2.7/site-packages/tornado/database.py", line 59, in __init__
args = dict(conv=CONVERSIONS, use_unicode=True, charset="utf8",
NameError: global name 'CONVERSIONS' is not defined
I have installed Tornado and MySQLdb with pip. I have uninstalled and re-installed both. I am running against a remote MySQL instance.
I am baffled and not sure how to troubleshoot. Any advice?
Ultimately this was masking this error:
I was able to resolve this by setting DYLD_LIBRARY_PATH: