> Hi!

Rebonjour,

On 29.07.09, [email protected] wrote:
> I would like to try out pyx and i tried to install it on windows but 
> after running hellp.py it fails with this error:

> Traceback (most recent call last):
>   File "C:\Dokumente und 
> Einstellungen\Administrator\Desktop\Testing\test.py", line 6, in <module>
>     c.text(0, 0, "Hello, world!")
>   File "C:\Python25\Lib\site-packages\pyx\canvas.py", line 309, in text
>     return self.insert(self.texrunner.text(x, y, atext, *args, **kwargs))
>   File "C:\Python25\Lib\site-packages\pyx\text.py", line 1199, in text
>     self.execute(expr, self.defaulttexmessagesdefaultrun + 
> self.texmessagesdefaultrun + texmessages)
>   File "C:\Python25\Lib\site-packages\pyx\text.py", line 899, in execute
>     self.fontmap = dvifile.readfontmap(self.fontmaps.split())
>   File "C:\Python25\Lib\site-packages\pyx\dvifile.py", line 386, in 
> readfontmap
>     raise RuntimeError("cannot find font mapping file '%s'" % filename)
> RuntimeError: cannot find font mapping file 'psfonts.map'

PyX cannot find the file 'psfonts.map', which is part of your TeX
installation. Please make sure that you have TeX installed and that
the 'psfonts.map' does exist. If you already have this file at the
proper place, we need to search for a different explanation. Please
take the file
  <pyx-subversion repository>/contrib/callingtex.py
from the development tree of pyx and run it. It will spit out a lot of
information which could help finding out where the problem comes from.

Michael


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to