![]() |
#1 |
Member
![]() Posts: 17
Karma: 10
Join Date: Nov 2007
Device: sony prs500
|
error installing libprs500
Hi may be someone can help. I'm trying to install libprs500 for linux fedora 8. I have followed the instruction from https://libprs500.kovidgoyal.net/download_fedora
but I keep getting errors.list as follows [root@localhost /]# python --version Python 2.5.1 [root@localhost /]# yum install python-setuptools python-imaging qt4 PyQt4 fonttools unrtf \ > python-mechanize imagemagick xdg-utils dbus-python livna 100% |=========================| 2.1 kB 00:00 fedora 100% |=========================| 2.1 kB 00:00 updates 100% |=========================| 2.3 kB 00:00 Setting up Install Process Parsing package install arguments Package python-setuptools - 0.6c7-2.fc8.noarch is already installed. Package python-imaging - 1.1.6-4.fc8.x86_64 is already installed. Package PyQt4 - 4.2-8.fc8.x86_64 is already installed. Package fonttools - 2.0-0.11.20060223cvs.fc7.x86_64 is already installed. Package unrtf - 0.20.2-3.fc8.x86_64 is already installed. Package python-mechanize - 0.1.6-0.2.b.fc8.noarch is already installed. No package imagemagick available. Package xdg-utils - 1.0.2-2.fc8.noarch is already installed. Package dbus-python - 0.82.0-2.fc8.x86_64 is already installed. Nothing to do I think that imagemagick should be ImageMagick. when I run with this one it works and states [root@localhost /]# yum install ImageMagick Setting up Install Process Parsing package install arguments Package ImageMagick - 6.3.5.9-1.fc8.x86_64 is already installed. Package ImageMagick - 6.3.5.9-1.fc8.i386 is already installed. Nothing to do when I enter the command from libprs500 for fedora I get this message [root@localhost /]# easy_install -U TTFQuery libprs500 -bash: easy_install: command not found I need some help any help ![]() at this point I'm dead in the water. I really would like to get this up and running it looks great |
![]() |
![]() |
![]() |
#2 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 78,945
Karma: 144284074
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Bump!
|
![]() |
![]() |
Advert | |
|
![]() |
#3 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,146
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
What does the following give you
Code:
locate easy_install |
![]() |
![]() |
![]() |
#4 |
Member
![]() Posts: 17
Karma: 10
Join Date: Nov 2007
Device: sony prs500
|
This is what was returned
[root@localhost ~]# locate easy_install /usr/lib/python2.5/site-packages/setuptools/command/easy_install.py /usr/lib/python2.5/site-packages/setuptools/command/easy_install.pyc /usr/lib/python2.5/site-packages/setuptools/command/easy_install.pyo [root@localhost ~]# It looks like it found something what is going on? I don't have a clue. I'm going to uninstall python and then reinstall python see if that helps Thanks for the help |
![]() |
![]() |
![]() |
#5 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,146
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
No need replace easy_install with the following
Code:
python2.5 /usr/lib/python2.5/site-packages/setuptools/command/easy_install.py |
![]() |
![]() |
Advert | |
|
![]() |
#6 |
Member
![]() Posts: 17
Karma: 10
Join Date: Nov 2007
Device: sony prs500
|
that worked great , butt....
when I tried to run the [root@localhost /]# libprs500_postinstall -bash: libprs500_postinstall: command not found so I tried to locate it by [root@localhost /]# locate libprs500_postinstall [root@localhost /]# but got back nothing thanks for the help I have only one more command I'm almost done!!!! |
![]() |
![]() |
![]() |
#7 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,146
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Re run the easy_install command and look at its output carefully. It will tell you where it installed libprs500_postinstall
|
![]() |
![]() |
![]() |
#8 |
Member
![]() Posts: 17
Karma: 10
Join Date: Nov 2007
Device: sony prs500
|
Well I may have spoke to soon when I ran the command it gave me no out put this is what I typed.
[root@localhost ~]# python2.5 /usr/lib/python2.5/site-packages/setuptools/command/easy_install.py -U TTFQuery libprs500 [root@localhost ~]# There wasn't any output. Did I do some thing wrong? |
![]() |
![]() |
![]() |
#9 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,146
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
what does a "which python2.5" give you?
|
![]() |
![]() |
![]() |
#10 |
Member
![]() Posts: 17
Karma: 10
Join Date: Nov 2007
Device: sony prs500
|
It gives me
[root@localhost ~]# which python2.5 /usr/bin/python2.5 |
![]() |
![]() |
![]() |
#11 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,146
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Hmm
which libprs500 |
![]() |
![]() |
![]() |
#12 |
Member
![]() Posts: 17
Karma: 10
Join Date: Nov 2007
Device: sony prs500
|
How do I find that out? I followed the instruction from https://libprs500.kovidgoyal.net/download_fedora
|
![]() |
![]() |
![]() |
#13 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,146
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
I meant execute the command
Code:
which libprs500 |
![]() |
![]() |
![]() |
#14 |
Member
![]() Posts: 17
Karma: 10
Join Date: Nov 2007
Device: sony prs500
|
What information do you need?
|
![]() |
![]() |
![]() |
#15 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
|
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Calibre 0.6.13 installing error | The_Bookworm | Calibre | 4 | 10-07-2009 04:02 PM |
error installing | gbkgbk | Calibre | 1 | 06-03-2009 12:32 PM |
SOLUTION: Error 1327 while installing Library | numindast | Sony Reader | 0 | 08-13-2008 08:01 PM |
libprs500 Website Certificate Error | NigelS | Calibre | 3 | 12-10-2007 10:06 AM |
libprs500 Error Message | Otter | Calibre | 3 | 12-08-2007 10:57 PM |