Re: KeyError when Building an Up to Date Database from Scratch

2014-10-21 Thread Michael Bayer
This looks like some kind of import issue or something you’re doing is interfering with the alembic.context module. Another issue is that your stack trace seems to begin with running the “alembic” command; the example in the documentation refers to API use of Alembic, not using the command lin

KeyError when Building an Up to Date Database from Scratch

2014-10-21 Thread Bryan Hanson
While following the tutorial section about building from scratch I get this error: Traceback (most recent call last): File "/home/ubuntu/workspace/Envs/ScrapyProj/bin/alembic", line 9, in load_entry_point('alembic==0.6.7', 'console_scripts', 'alembic')() File "/home/ubuntu/workspace/En