This is the output for
kpsewhich psfonts.map

/Users/viralb/.texlive2009/texmf-var/fonts/map/dvips/updmap/psfonts.map

Output for
python -c 'import os; print os.popen ("kpsewhich psfonts.map").read()'

/Users/viralb/.texlive2009/texmf-var/fonts/map/dvips/updmap/psfonts.map

Output for
python -c 'from pyx import pykpathsea; print
pykpathsea.find_file("psfonts.map","map")'

/Users/viralb/.texlive2009/texmf-var/fonts/map/dvips/updmap/psfonts.map

And finally this is the output for the program callingtex.py

Platform is darwin
Python installation prefix is
/Library/Frameworks/Python.framework/Versions/2.5
Python executable is /Applications/MacPython
2.5/IDLE.app/Contents/MacOS/Python
PyX comes from
/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pyx/__init__.pyc
PyX version 0.10
PyX pykpathsea python module used

"        echo $0 \"$*\"" -->  /bin/sh ""
"           echo $SHELL" -->  /bin/bash
"   echo $BASH_SUBSHELL" -->  0
"               echo $-" -->  hBc
"             echo $ENV" -->
"        echo $BASH_ENV" -->
"        echo $TEXMFCNF" -->
"               echo $_" -->  /bin/sh
"            echo $PATH" -->  /usr/bin:/bin:/usr/sbin:/sbin
"       which kpsewhich" --> "             which tex" --> "           which
latex" --> "file `which kpsewhich`" --> "      file `which tex`" --> "
 file `which latex`" -->
"psfonts.map" not found
"psfonts.cmz" not found


However, I have no idea what the output means...

Thanks for looking into the problem..really appreciate it...

Viral


On Wed, Jun 23, 2010 at 2:18 AM, Joerg Lehmann <[email protected]
> wrote:

> Hi Viral,
>
> On 22.06.10, viral brahmbhatt wrote:
> > I am trying to setup the lates PyX 0.10 version on my mac (10.5.8)
>  (first
> > time user). I installed PyX and then ran the 'Hello world' program and
> got
> > and error stating that it can find the font mapping file 'psfonts.map'
>
> Have you tried running
>
>        kpsewhich psfonts.map
>
> Best,
>
>        Jörg
>
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to