|
From: vignaux <Ton...@mc...> - 2003-09-18 21:25:14
|
Pyx sounds just what I need! I have downloaded it but I am having trouble installing. I used the second option > python setup.py install as it was implied that one did not need > the kpathsea header and library files for this However it is failing completely: > [Bert:~/Documents/pythonstuff/PyX-0.4.1] vignaux% python setup.py install > /sw/lib/python2.3/distutils/dist.py:227: UserWarning: Unknown distribution option: 'platform' > warnings.warn(msg) > running install > running build > running build_py > running build_ext > building 'pyx.pykpathsea._pykpathsea' extension > gcc -Wno-long-double -no-cpp-precomp -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include/python2.3 -c pyx/pykpathsea/pykpathsea.c -o build/temp.darwin-6.6-PowerMacintosh-2.3/pyx/pykpathsea/pykpathsea.o > pyx/pykpathsea/pykpathsea.c:20:31: kpathsea/tex-file.h: No such file or directory > pyx/pykpathsea/pykpathsea.c:21:31: kpathsea/progname.h: No such file or directory and a whole lot of similar error messages until: > pyx/pykpathsea/pykpathsea.c:96: `kpse_program_text_format' undeclared (first use in this function) > pyx/pykpathsea/pykpathsea.c:97: `kpse_program_binary_format' undeclared (first use in this function) > pyx/pykpathsea/pykpathsea.c:98: `kpse_miscfonts_format' undeclared (first use in this function) > error: command 'gcc' failed with exit status 1 It does appear to need kpathsea and library files. I am using XDarwin on Mac OS X 10.2.x. Python version 2.3. This has latex (in the form of TeXshop). What is my next step? -- Prof G A Vignaux School of Mathematical and Computing Sciences, Victoria University, PO Box 600, Work: +64 4 463 5276 Wellington, NZ Home: +64 4 934 7851 Tony.Vignaux AT(mcs.vuw.ac.nz) Mobile: +64 21 89 7851 http://www.mcs.vuw.ac.nz/~vignaux |