View Single Post
Old 10-03-2007, 10:02 AM   #254
BrendenM
Member
BrendenM began at the beginning.
 
Posts: 24
Karma: 10
Join Date: Jan 2007
Device: PRS-500, Blackberry 8700c
Quote:
Originally Posted by kovidgoyal View Post
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)
BrendenM is offline   Reply With Quote