I am trying to run python code within my latex code. i tried simple hellow world example but i have occured through this error . my latex file name is pyinlt.tex
Error:
i can't find file 'pyinlt.py.out'
<to be read again>
\def
Source file:
\documentclass{article}
\usepackage{python}
\begin{document}
Say hello Python:
\begin{python}
print r"Hello \LaTeX!"
\end{python}
\end{document}
latex -shell-escape pyinlt.tex