[Sqlalchemy-tickets] Issue #4253: Python exe giving error with sqlalchemy. However it works fine wh
Brought to you by:
zzzeek
From: Jorge <iss...@bi...> - 2018-05-15 20:31:58
|
New issue 4253: Python exe giving error with sqlalchemy. However it works fine while running from a .py file. https://bitbucket.org/zzzeek/sqlalchemy/issues/4253/python-exe-giving-error-with-sqlalchemy Jorge: Sqlalchemy package will give the error while running the below line engine = sqlalchemy.create_engine('teradata://userid:pwd@DBASE?driver=Teradata') However this works fine while running from spyder as a .py file. Converting to exe and trying to run will give the following error. sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:teradata |