I have been struggling for a few days due to an issue with SQLAlchemy.

The line of code which is giving problem is

engine =  sqlalchemy.create_engine('teradata://pwd@DBinstance
?driver=Teradata')

This code works perfectly fine while running from Spyder while running from
.py file.
But while converting to an exe file and run, it gives the following error:

sqlalchemy.exc.NoSuchModuleError: Can't load plugin:
sqlalchemy.dialects:teradata

Any help would be appreciated.

Regards
Binil
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to