I am running into the same problem with 1.0.7 which had been reported by
Andrea for 1.0.3 sometimes last August.
Has anyone found a solution for this?
Werner
--
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en.
# Sphinx version: 1.0.7
# Python version: 2.6.5
# Docutils version: 0.7 release
# Jinja2 version: 2.5.2
Traceback (most recent call last):
File
"c:\python26\lib\site-packages\sphinx-1.0.7-py2.6.egg\sphinx\cmdline.py", line
188, in main
app.build(force_all, filenames)
File
"c:\python26\lib\site-packages\sphinx-1.0.7-py2.6.egg\sphinx\application.py",
line 210, in build
raise
File
"c:\python26\lib\site-packages\sphinx-1.0.7-py2.6.egg\sphinx\application.py",
line 207, in build
self.builder.build_update()
File
"c:\python26\lib\site-packages\sphinx-1.0.7-py2.6.egg\sphinx\builders\__init__.py",
line 198, in build_update
'out of date' % len(to_build))
File
"c:\python26\lib\site-packages\sphinx-1.0.7-py2.6.egg\sphinx\builders\__init__.py",
line 254, in build
self.write(docnames, list(updated_docnames), method)
File
"c:\python26\lib\site-packages\sphinx-1.0.7-py2.6.egg\sphinx\builders\__init__.py",
line 294, in write
self.write_doc(docname, doctree)
File
"c:\python26\lib\site-packages\sphinx-1.0.7-py2.6.egg\sphinx\builders\html.py",
line 415, in write_doc
self.handle_page(docname, ctx, event_arg=doctree)
File
"c:\python26\lib\site-packages\sphinx-1.0.7-py2.6.egg\sphinx\builders\html.py",
line 706, in handle_page
output = self.templates.render(templatename, ctx)
File
"c:\python26\lib\site-packages\sphinx-1.0.7-py2.6.egg\sphinx\jinja2glue.py",
line 118, in render
return self.environment.get_template(template).render(context)
File
"c:\python26\lib\site-packages\jinja2-2.5.2-py2.6.egg\jinja2\environment.py",
line 716, in get_template
return self._load_template(name, self.make_globals(globals))
File
"c:\python26\lib\site-packages\jinja2-2.5.2-py2.6.egg\jinja2\environment.py",
line 690, in _load_template
template = self.loader.load(self, name, globals)
File
"c:\python26\lib\site-packages\jinja2-2.5.2-py2.6.egg\jinja2\loaders.py", line
127, in load
code = environment.compile(source, name, filename)
File
"c:\python26\lib\site-packages\jinja2-2.5.2-py2.6.egg\jinja2\environment.py",
line 478, in compile
source = self._parse(source, name, filename)
File
"c:\python26\lib\site-packages\jinja2-2.5.2-py2.6.egg\jinja2\environment.py",
line 397, in _parse
return Parser(self, source, name, _encode_filename(filename)).parse()
File "c:\python26\lib\site-packages\jinja2-2.5.2-py2.6.egg\jinja2\parser.py",
line 32, in __init__
self.stream = environment._tokenize(source, name, filename, state)
File
"c:\python26\lib\site-packages\jinja2-2.5.2-py2.6.egg\jinja2\environment.py",
line 429, in _tokenize
stream = self.lexer.tokenize(source, name, filename, state)
File "c:\python26\lib\site-packages\jinja2-2.5.2-py2.6.egg\jinja2\lexer.py",
line 501, in tokenize
return TokenStream(self.wrap(stream, name, filename), name, filename)
File "c:\python26\lib\site-packages\jinja2-2.5.2-py2.6.egg\jinja2\lexer.py",
line 298, in __init__
next(self)
File "c:\python26\lib\site-packages\jinja2-2.5.2-py2.6.egg\jinja2\lexer.py",
line 343, in next
self.current = self._next()
ValueError: generator already executing