umvarma / pynastran

Automatically exported from code.google.com/p/pynastran
1 stars 0 forks source link

make latex failure #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Make sure you attach a *small* sample file if you have it.  Otherwise, it's
almost impossible to debug a problem.

What is the expected output? What do you see instead?

sphinx-build -b latex -d _build/doctrees   . _build/latex
Running Sphinx v1.1.3
cwd /home/nils/svn/pynastran-read-only/docs_sphinx
pkg_path 
/home/nils/local/lib/python2.7/site-packages/pyNastran-0.7.0_dev-py2.7.egg/pyNas
tran
loading pickled environment... done
building [latex]: all documents
updating environment: 0 added, 33 changed, 0 removed
reading sources... [  3%] index/pyNastran.bdf                                   

Exception occurred:
  File "/home/nils/local/lib/python2.7/site-packages/pyNastran-0.7.0_dev-py2.7.egg/pyNastran/bdf/bdf.py", line 93, in <module>
    from .bdfInterface.crossReference import XrefMesh
  File "/home/nils/local/lib/python2.7/site-packages/pyNastran-0.7.0_dev-py2.7.egg/pyNastran/bdf/bdfInterface/crossReference.py", line 56
    if null_constraints = {}
                        ^
SyntaxError: invalid syntax
The full traceback has been saved in /tmp/sphinx-err-Wfya7C.log, if you want to 
report the issue to the developers.
Please also report this if it was a user error, so that a better error message 
can be provided next time.
Either send bugs to the mailing list at 
<http://groups.google.com/group/sphinx-dev/>,
or report them in the tracker at 
<http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!
make: *** [latex] Fehler 1

What steps will reproduce the problem?
1. cd pynastran-read-only/docs_sphinx
2. make html or make latex
3.

What version of the product are you using? 
>>> pyNastran.__version__
'0.7.0_dev'
On what operating system? 
OpenSuse 12.3

Note:
if you're using a development version, the __version__ parameter is not
accurate.  What version did you checkout from subversion?

r1356 

Please provide any additional information below.

Original issue reported on code.google.com by nils...@googlemail.com on 9 May 2013 at 7:07

GoogleCodeExporter commented 9 years ago
Works for  me with latest Sven. Ticket can be closed.

Original comment by nils...@googlemail.com on 27 Jul 2013 at 7:01

GoogleCodeExporter commented 9 years ago

Original comment by mesheb82 on 27 Jul 2013 at 10:33