Hi Zach,

On 09/03/15 22:51, Zach Davis wrote:
> That seems to have resolved my earlier issue—thanks! I’ve got another
> one with regards to generating the documentation:
> 
> (venv)[zdavis@Minerva doc]$ make latexpdf
> 
> sphinx-build -b latex -d build/doctrees   src build/latex
> 
> Making output directory...
> 
> Running Sphinx v1.2.3
> 
> 
> Exception occurred:
> 
>   File
> "/Users/zdavis/Applications/PyFR/venv/lib/python3.4/site-packages/sphinx/application.py",
> line 333, in setup_extension
> 
>     mod = __import__(extension, None, None, ['setup'])
> 
>   File "/Users/zdavis/Applications/PyFR/doc/ext/tikz.py", line 166
> 
>     except OSError, err:

Looks as if 2to3 never found its way into the doc/ext directory.  Can
you try running:

  2to3 doc/ext > changes.patch && patch -p0 < changes.patch

and try again?

Regards, Freddie.

-- 
You received this message because you are subscribed to the Google Groups "PyFR 
Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send an email to [email protected].
Visit this group at http://groups.google.com/group/pyfrmailinglist.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to