Skip to content

Instantly share code, notes, and snippets.

@rserna2010
Created December 20, 2013 22:56
Show Gist options
  • Select an option

  • Save rserna2010/8062983 to your computer and use it in GitHub Desktop.

Select an option

Save rserna2010/8062983 to your computer and use it in GitHub Desktop.
error
Traceback (most recent call last):
File "scripts/lang-scenario.py", line 709, in <module>
main()
File "scripts/lang-scenario.py", line 704, in main
blocks, response = scenario()
File "scripts/lang-scenario.py", line 443, in __call__
block = self.block(lang)
File "scripts/lang-scenario.py", line 462, in block
block = self._render(template_path)
File "scripts/lang-scenario.py", line 494, in _render
lookup=self.ctx.template_lookup
File "/home/vagrant/.virtualenvs/balanced-docs/local/lib/python2.7/site-packages/mako/template.py", line 321, in __init__
module = self._compile_from_file(path, filename)
File "/home/vagrant/.virtualenvs/balanced-docs/local/lib/python2.7/site-packages/mako/template.py", line 395, in _compile_from_file
data = util.read_file(filename)
File "/home/vagrant/.virtualenvs/balanced-docs/local/lib/python2.7/site-packages/mako/util.py", line 348, in read_file
fp = open(path, mode)
IOError: [Errno 2] No such file or directory: '/home/vagrant/balanced-docs/clients/java/src/scenarios/account_create/java.mako'
stdout:
Exception occurred:
File "/home/vagrant/balanced-docs/balanced_docs/dcode.py", line 218, in _execute
raise Exception('{0} - failed with exit code {1}'.format(sh_cmd, proc.returncode))
Exception: scripts/lang-scenario.py -d clients/rev0/curl -c scenario.cache account_create --lang=python --lang=ruby --lang=php --lang=java - failed with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment