On Sat, 2006-04-29 at 00:51 -0700, Michael A. Peters wrote: > On Fri, 2006-04-28 at 22:19 +0100, Paul Smith wrote: > > Dear All > > > > Does somebody know about the existence of a rpm for PyX for FC5? > > > > Thanks in advance, > > Let me know how this works: > > http://mpeters.us/PyX/ > > It's built with both the build_t1strip and pykpathsea C extensions > enabled. > After installing it - you'll have to edit /usr/lib/python2.4/site-packages/pyx/siteconfig.py The installer has a bug that puts in the install root, resulting in brokeness. That file should have the following contents: lfsdir = '/usr/share/pyx' sharedir = '/usr/share/pyx' pyxrcdir = '/etc' Then it will work. Well, did for me anyway ... ;)