<div dir="ltr">Hi,<div><br></div><div>I just tested it on windows and worked nicely.</div><div><br></div><div>Thanks!<br><br>Eduardo</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 13, 2014 at 5:31 PM, Richard Duivenvoorde <span dir="ltr"><<a href="mailto:richard@duif.net" target="_blank">richard@duif.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 10-06-14 12:59, Eduardo Gonzalez wrote:<br>
<br>
> I tested yesterday the paver for the GIS Documentation in Windows. It<br>
> almost worked but ended with:<br>
><br>
> "Build failed running pavement.html: Subprocess return code: 1"<br>
><br>
> I run the bootstrap without problems, then activated the virtualenv, and<br>
> finally run "paver.exe html".<br>
><br>
> The process copied the files but stoped immediately when running<br>
> "sphinx-intl.exe build -l en -c source/conf.py"... the file and path for<br>
> conf.py are correct...<br>
><br>
> Any pointers?<br>
><br>
> It would be great to be able to build the autonomally and this seems to<br>
> be a great way to do it!<br>
<br>
</div>Hi Eduardo,<br>
<br>
this 'subprocess'-error is indeed not very helpfull.<br>
<br>
But today I added a bootstrap.py and a pavement.py file inot<br>
QGIS-Documentation master branch AND I tested this on a Windows7 machine<br>
I have here.<br>
<br>
I had I think the same problems and fixed them:<br>
<br>
1) although it is supposed to work in a virtual environment, the<br>
python/module packages are a little mixed: when I try to run the last<br>
line in the error: sphinx.exe .... again on the command line it showed<br>
that it missed the jinja2 module. But trying to install it via 'pip<br>
install jinja2' it said it was already (globally installed). I removed<br>
the globally installed jinja2 and ran 'python bootstrap.py' again, and<br>
then jinja2 was available for the python in my virtual environment.<br>
<br>
2) then there was an error in a jinja2-template which I fixed.<br>
<br>
So please try again, and report back (in a new thread I would say) if<br>
you still have errors.<br>
<br>
Regards,<br>
<br>
Richard Duivenvoorde<br>
<br>
</blockquote></div><br></div>