Skip to content

Instantly share code, notes, and snippets.

@kkismd
Created August 28, 2015 12:09
Show Gist options
  • Save kkismd/261753fc3212b910db1b to your computer and use it in GitHub Desktop.
Save kkismd/261753fc3212b910db1b to your computer and use it in GitHub Desktop.
schema2rst
% schema2rst -c schema2rst.yml -o schema.rst
Traceback (most recent call last):
File "~/.python/2.7.5/site-packages//schema2rst", line 8, in <module>
load_entry_point('schema2rst==0.9.0', 'console_scripts', 'schema2rst')()
File "~/src/Sphinx/schema2rst-0.9.0-py2.7.egg/schema2rst/commands/rst.py", line 51, in main
engine.dispose()
NameError: global name 'engine' is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment