Andrea Valle venit, vidit, dixit 2007-04-12 13:25:
> And I'm pretty well sure I haven't hacked anything at all.  (I'm not
> able to...)

That's what they all say! Just kidding ;)

While I'm neither an expert in PyX nor in python (nor in TeX), I reckon
it might be worthwhile to compare the output of the following three
commands:

kpsewhich psfonts.map

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

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

[Note that each command consists of a /single/ line only.]

If those differ then compare the output of the following two:

env

python -c 'import os;print os.popen("env").read()'

For the latter two, it's best to sort the output and compare them
programmatically with diff.

I just can't let you go back to metapost...

Michael


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
PyX-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to