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 
<module>
    load_entry_point('alembic==0.6.7', 'console_scripts', 'alembic')()
  File 
"/home/ubuntu/workspace/Envs/ScrapyProj/local/lib/python2.7/site-packages/alembic/config.py",
 
line 306, in main
    CommandLine(prog=prog).main(argv=argv)
  File 
"/home/ubuntu/workspace/Envs/ScrapyProj/local/lib/python2.7/site-packages/alembic/config.py",
 
line 300, in main
    self.run_cmd(cfg, options)
  File 
"/home/ubuntu/workspace/Envs/ScrapyProj/local/lib/python2.7/site-packages/alembic/config.py",
 
line 286, in run_cmd
    **dict((k, getattr(options, k)) for k in kwarg)
  File 
"/home/ubuntu/workspace/Envs/ScrapyProj/local/lib/python2.7/site-packages/alembic/command.py",
 
line 129, in upgrade
    script.run_env()
  File 
"/home/ubuntu/workspace/Envs/ScrapyProj/local/lib/python2.7/site-packages/alembic/environment.py",
 
line 105, in __exit__
    context._remove_proxy()
  File 
"/home/ubuntu/workspace/Envs/ScrapyProj/local/lib/python2.7/site-packages/alembic/util.py",
 
line 84, in _remove_proxy
    del globals_[name]
KeyError: 'config'

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy-alembic" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy-alembic+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to