When compiling a .tex file that uses python.sty package and contains:
\begin{python}
...
\end{python}
I keep getting an error:
./main.tex:33:I can't find file 'bin/main.py.out' \end{python}
./main.tex:33:Emergency stop \end{python}
This happens both when compiling with PDFLaTeX or only LaTeX. What I tried is:
- ensure -shell-enable is on (or -enable-write18 on Windows),
- find another copy of python.sty in case my version was invalid,
- try on Windows 7 and on Debian 6 with Kile
- copy & paste latex samples using python.sty from the web
None of the above helps in getting rid of that error. It fails even with extremely simple python code within the python environment like: print "a". If also fails when I leave the environment contents empty, but with a different error. It doesn't fail if there are no python environments in the document and there is only \usepackage{python} at the top. My python.sty copy is taken from here. Simple example code I tried to compile is there as well.
What am I missing?

python? It doesn't seem to be available through the CTAN. – Mico Apr 7 '12 at 13:07