Hi José when you use the LaTeX runner with pyxgraphics=True (which is the default) PyX constructs a tmp file that it feeds to LaTeX (see text.py). This is the only place that I can think of where PyX can get into trouble with special characters in your path.
One workaround is to set "tmpdir" in the "text" section of your pyxrc to a path without any special characters. That way, you can leave your home directory fully accented ;) Cheers Michael ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
