Discussion:
[PyX-user] RuntimeError: TeX/LaTeX finished unexpectedly on Windows 7 x64
Brett Ramirez
2016-09-14 19:22:53 UTC
Permalink
Hello all, I am new to PyX and I am trying to run a simple script to test
the Tex interpreter. My code is simply:



from pyx import *

c = canvas.canvas()

c.text(0, 0, "Hello World!")



The I receive the following in the terminal:



Exception in thread Thread-1:

Traceback (most recent call last):

File
"C:\Users\bramirez\AppData\Local\Continuum\Miniconda2\envs\py27\lib\threading.py",
line 801, in __bootstrap_inner

self.run()

File
"C:\Users\bramirez\AppData\Local\Continuum\Miniconda2\envs\py27\lib\site-packages\pyx\text.py",
line 663, in run

raise RuntimeError("TeX/LaTeX finished unexpectedly")

RuntimeError: TeX/LaTeX finished unexpectedly



I am running Pyhton 2.7.12 in a Conda environment, PyX version 0.12.1. I
also MikTex installed.



Any suggestions on what the issue could be?



Thank you for your help;

Brett

Loading...