Skip to content

Instantly share code, notes, and snippets.

@matthewbelisle-wf
Created October 3, 2012 16:46
Show Gist options
  • Save matthewbelisle-wf/3828219 to your computer and use it in GitHub Desktop.
Save matthewbelisle-wf/3828219 to your computer and use it in GitHub Desktop.
File "/Users/mgbelisle/code/aggregator/aggregator/session.py", line 17, in <module>
engine = create_engine('mysql+gaerdbms:///wf_warehouse', connect_args={"instance":"webfilings.com:wf-xbrl-wh:wf-xbrl-wh-dev"})
File "/Users/mgbelisle/code/aggregator/aggregator/lib/sqlalchemy/engine/__init__.py", line 338, in create_engine
return strategy.create(*args, **kwargs)
File "/Users/mgbelisle/code/aggregator/aggregator/lib/sqlalchemy/engine/strategies.py", line 69, in create
dialect = dialect_cls(**dialect_args)
File "/Users/mgbelisle/code/aggregator/aggregator/lib/sqlalchemy/dialects/mysql/base.py", line 1848, in __init__
default.DefaultDialect.__init__(self, **kwargs)
File "/Users/mgbelisle/code/aggregator/aggregator/lib/sqlalchemy/engine/default.py", line 129, in __init__
self.paramstyle = self.dbapi.paramstyle
AttributeError: 'module' object has no attribute 'paramstyle'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment