Quote:
Originally Posted by kovidgoyal
Looks like libprs500 was not installed correctly.
Post the output of
cat /usr/lib/python2.5/site-packages/easy-install.pth
|
Well I think I may have corrected some problems. I'm running Xubuntu and I had to manually update SIP and PyQT. I'm still getting the install errors and lrfviewer doesn't run but libprs500 does now.
Here's the contents of easy-install.pth
Code:
import sys; sys.__plen = len(sys.path)
./TTFQuery-1.0.0-py2.5.egg
/home/me/personal/eBooks/Software/libprs500/src
import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = p+len(new)