PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Fontfiles installieren



kwolf
13-10-2006, 11:07
Hallo,

ich nutze PyX mit Latex und bekomme folgende Fehlermeldung:
# python
>>> from pyx import *
>>> c = canvas.canvas()
>>> c.text(0, 0, "Hello")
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.4/site-packages/pyx/canvas.py", line 268, in text
return self.insert(self.texrunner.text(x, y, atext, *args, **kwargs))
File "/usr/lib/python2.4/site-packages/pyx/text.py", line 1153, in text
self.execute(expr, self.defaulttexmessagesdefaultrun + self.texmessagesdefaultrun + texmessages)
File "/usr/lib/python2.4/site-packages/pyx/text.py", line 908, in execute
raise IOError("file '%s' is not available or not readable. No LaTeX font size files (*.lfs) available. Check your installation." % lfsname)
IOError: file '10pt.lfs' is not available or not readable. No LaTeX font size files (*.lfs) available. Check your installation.



Fazit:
Es ist also mit meiner Latex Installation was nicht in Ordnung. Was muss ich mit diesen lfs-Files machen ?


Vielen Dank im Voraus

kd