I'm a Windows user and I use MiKTeX and TeXstudio. Not long ago I tried to use gnuplottex. In the process I ran into problems and gave up and did not understand the essence of.
Yesterday i tried to compile example of python package and got error
I can't find file `pytex.py.out'.
Here is example:
\documentclass{article}
\usepackage{python}
\begin{document}
\section*{Hello, Python-inside-\LaTeX!}
\begin{python}
print r'\begin{verbatim}
import this
print r'\end{verbatim}
\end{python}
\end{document}
At the moment I realized that every thing, which need --shell-escape does not work. Through this advice I checked that --shell-escape is enabled.
Summing up all this information: I totally don't understand what is wrong with this.