latex failing on a one-liner Python file
Brought to you by:
edloper
epydoc svn rev 1810
Ubuntu 7.10 default packages for Tex stuff
A one-liner Python file (fail.py):
c = 1
works fine to html. This command:
epydoc --pdf fail.py
produces:
Error: pdflatex failed: Missing } inserted.
<inserted text>
}
l.25 value={1}}
%
?
More substantial Python files work fine :-) I think the problem relates to variable assignments.