Skip to content

Instantly share code, notes, and snippets.

@batok
Created February 5, 2010 23:56
Show Gist options
  • Save batok/296399 to your computer and use it in GitHub Desktop.
Save batok/296399 to your computer and use it in GitHub Desktop.
File "prueba.py", line 3, in <module>
engine = sa.create_engine("mssql+pymssql://foo:bar@host/pruebas" )
File "/home/smartics/myenv/lib/python2.6/site-packages/SQLAlchemy-0.6beta1-py2.6.egg/sqlalchemy/engine/__init__.py", line 223, in create_engine
return strategy.create(*args, **kwargs)
File "/home/smartics/myenv/lib/python2.6/site-packages/SQLAlchemy-0.6beta1-py2.6.egg/sqlalchemy/engine/strategies.py", line 57, in create
for k in util.get_func_kwargs(dialect_cls.dbapi):
AttributeError: type object 'MSDialect_pymssql' has no attribute 'dbapi'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment