Dinbrief mit pythontex -> Fehlermeldung
Der folgende (fast) minimale LaTeX-Code lässt sich mit pdflatex `pdflatex` übersetzen, aber pythontex `pythontex` liefert anschließend eine Fehlermeldung: The
> `The .pytxcode file appears
to have an outdated format or be invalid.
invalid.`
Hat jemand einen Workaround oder einen Hinweis?
\documentclass{dinbrief}
\usepackage{pythontex}
\begin{document}
\begin{pycode}
print('Hello DIN')
\end{pycode}
Hello
\end{document}