Thread: Calibre2Web
View Single Post
Old 11-09-2009, 10:40 AM   #116
RoninTech
Groupie
RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.
 
RoninTech's Avatar
 
Posts: 168
Karma: 1000036
Join Date: Oct 2008
Location: Citizen of the World
Device: iPod Touch, Nook Colour, Kobo Touch, Kobo Glo, Nexus 7, Nexus 5, Pixel
Thanks Kovid. Finally figured out all of the dependencies and got it to build on Karmic. Don't think its a huge deal but there looks to be an issue with a pickle script that may be stopping other stuff from being installed:

Quote:
Installing binary: /usr/bin/fetch-ebook-metadata
Installing binary: /usr/bin/calibre-smtp
Installing binary: /usr/bin/calibre
Installing binary: /usr/bin/lrfviewer
Installing binary: /usr/bin/ebook-viewer
Installing mount helper to /usr/bin/calibre-mount-helper
Installing code to /usr/lib/calibre
Installing resources to /usr/share/calibre
Traceback (most recent call last):
File "setup.py", line 99, in <module>
sys.exit(main())
File "setup.py", line 85, in main
command.run_all(opts)
File "/home/paul-rimmer/calibre/calibre/setup/__init__.py", line 158, in run_all
self.run_cmd(self, opts)
File "/home/paul-rimmer/calibre/calibre/setup/__init__.py", line 154, in run_cmd
cmd.run(opts)
File "/home/paul-rimmer/calibre/calibre/setup/install.py", line 138, in run
self.run_postinstall()
File "/home/paul-rimmer/calibre/calibre/setup/install.py", line 171, in run_postinstall
manifest=self.manifest)
File "/home/paul-rimmer/calibre/calibre/src/calibre/linux.py", line 113, in __init__
scripts = cPickle.loads(P('scripts.pickle', data=True))
File "/home/paul-rimmer/calibre/calibre/src/calibre/utils/resources.py", line 16, in get_path
return open(path, 'rb').read()
IOError: [Errno 2] No such file or directory: '/home/paul-rimmer/calibre/calibre/resources/scripts.pickle'
RoninTech is offline   Reply With Quote