Calibre December 30, 2010 01:52PM |
Registered: 13 years ago Posts: 35 |
Re: Calibre December 30, 2010 03:58PM |
Registered: 13 years ago Posts: 35 |
sudo /usr/bin/calibre-server --with-library /mnt/thumb/calibre_library/ Traceback (most recent call last): File "/usr/bin/calibre-server", line 18, in <module> from calibre.library.server.main import main File "/usr/lib/calibre/calibre/library/server/main.py", line 12, in <module> from calibre.library.server.base import LibraryServer File "/usr/lib/calibre/calibre/library/server/base.py", line 23, in <module> from calibre.library.server.opds import OPDSServer File "/usr/lib/calibre/calibre/library/server/opds.py", line 15, in <module> import routes ImportError: No module named routes
Re: Calibre December 30, 2010 07:23PM |
Registered: 13 years ago Posts: 4 |
Re: Calibre January 03, 2011 09:17AM |
Registered: 13 years ago Posts: 35 |
Re: Calibre January 17, 2011 10:36PM |
Registered: 13 years ago Posts: 21 |
Re: Calibre January 21, 2011 11:08AM |
Registered: 13 years ago Posts: 35 |
Package Version python 2.6 Python Imaging Library 1.1.6 Qt 4.6.0 PyQt 4.7.0 python-mechanize 0.1.11 ImageMagick 6.5.9 xdg-utils 1.0.2 lxml 2.2.1 python-dateutil 1.4.1 cssutils 0.9.7a3 BeautifulSoup 3.0.5 dnspython 1.6.0 poppler 0.12.0 podofo 0.8.2 libwmf 0.2.8 chmlib 0.40 ICU 4.4
lulu
Re: Calibre March 03, 2011 07:10AM |
apt-get install bzip2 build-essetial linux-headers-2.6-kirkwood apt-get install libc6 libchm1 libfontconfig1 libgcc1 libicu44 libmagickcore3 libmagickwand3 libpng12-0 libpoppler5 libpython2.6 apt-get install libqtcore4 libqtgui4 libstdc++6 python imagemagick python-beautifulsoup python-cherrypy3 python-cssutils apt-get install python-dateutil python-dbus python-django-tagging python-encutils python-imaging python-lxml python-mechanize apt-get install python-pkg-resources python-pyparsing python-pypdf python-pythonmagick python-qt4 python-routes ttf-liberation xdg-utils apt-get install cdbs debhelper dh-buildinfo libchm-dev libmagickwand-dev libpoppler-qt4-dev libqt4-dev pyqt4-dev-tools apt-get install python-qt4-dev python-setuptools python2.6-dev sip4 txt2man libicu-dev libsqlite3-dev
cd /opt wget http://www.riverbankcomputing.co.uk/static/Downloads/sip4/sip-4.12.1.tar.gz tar xvzf sip-4.12.1.tar.gz cd sip-4.12.1 python configure.py make make install cd /opt wget http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-4.8.3.tar.gz tar xvzf PyQt-x11-gpl-4.8.3.tar.gz cd PyQt-x11-gpl-4.8.3 python configure.py make make install
cd /opt wget -O- http://status.calibre-ebook.com/dist/src | tar xvz cd calibre* python setup.py install
Re: Calibre March 09, 2011 09:21PM |
Registered: 13 years ago Posts: 35 |
####### Building extension pictureflow ####### ####### Building extension progress_indicator ####### * * Running gui * 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 "/opt/calibre/setup/__init__.py", line 159, in run_all self.run_cmd(self, opts) File "/opt/calibre/setup/__init__.py", line 152, in run_cmd self.run_cmd(scmd, opts) File "/opt/calibre/setup/__init__.py", line 155, in run_cmd cmd.run(opts) File "/opt/calibre/setup/gui.py", line 36, in run self.build_forms() File "/opt/calibre/setup/gui.py", line 59, in build_forms from calibre.gui2 import build_forms File "/opt/calibre/src/calibre/gui2/__init__.py", line 8, in <module> from PyQt4.Qt import QVariant, QFileInfo, QObject, SIGNAL, QBuffer, Qt, \ ImportError: cannot import name QVariant
lulu
Re: Calibre March 15, 2011 10:00AM |
Re: Calibre March 19, 2011 11:09PM |
Registered: 13 years ago Posts: 35 |
Re: Calibre March 19, 2011 11:18PM |
Registered: 13 years ago Posts: 35 |
Traceback (most recent call last): File "/usr/bin/calibre-server", line 19, in <module> sys.exit(main()) File "/usr/lib/calibre/calibre/library/server/main.py", line 114, in main db = LibraryDatabase2(opts.with_library) File "/usr/lib/calibre/calibre/library/database2.py", line 160, in __init__ if not os.path.exists(library_path): File "/usr/lib/python2.6/genericpath.py", line 18, in exists st = os.stat(path) TypeError: coercing to Unicode: need string or buffer, NoneType found
Re: Calibre March 19, 2011 11:19PM |
Registered: 13 years ago Posts: 35 |
lulu
Re: Calibre March 22, 2011 03:56AM |
calibre-server --with-library="<path-to-your-library>"
Re: Calibre March 22, 2011 08:41AM |
Registered: 13 years ago Posts: 35 |
Re: Calibre March 22, 2011 02:04PM |
Registered: 13 years ago Posts: 35 |
lulu
Re: Calibre March 23, 2011 02:59AM |
Re: Calibre March 23, 2011 06:50PM |
Registered: 13 years ago Posts: 35 |
yanman
Re: Calibre May 15, 2011 12:25AM |
SheevaPlug:/opt/calibre# python setup.py install 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 "/opt/calibre/setup/__init__.py", line 161, in run_all self.run_cmd(self, opts) File "/opt/calibre/setup/__init__.py", line 152, in run_cmd cmd.pre_sub_commands(opts) File "/opt/calibre/setup/install.py", line 128, in pre_sub_commands import calibre.utils.config as c File "/opt/calibre/src/calibre/__init__.py", line 19, in <module> from calibre.startup import winutil, winutilerror File "/opt/calibre/src/calibre/startup.py", line 60, in <module> set_translators() File "/opt/calibre/src/calibre/utils/localization.py", line 68, in set_translators lang = get_lang() File "/opt/calibre/src/calibre/utils/localization.py", line 27, in get_lang from calibre.utils.config_base import prefs File "/opt/calibre/src/calibre/utils/config_base.py", line 430, in <module> prefs['installation_uuid'] = str(uuid.uuid4()) File "/opt/calibre/src/calibre/utils/config_base.py", line 353, in __setitem__ return self.set(key, val) File "/opt/calibre/src/calibre/utils/config_base.py", line 364, in set return self.__config.set(key, val) File "/opt/calibre/src/calibre/utils/config_base.py", line 304, in set src = self.option_set.serialize(opts)+ '\n\n' + footer + '\n' File "/opt/calibre/src/calibre/utils/config_base.py", line 235, in serialize for name in [None] + self.group_list] File "/opt/calibre/src/calibre/utils/config_base.py", line 218, in render_group self.serialize_opt(getattr(opts, pref.name, pref.default)))) File "/opt/calibre/src/calibre/utils/config_base.py", line 226, in serialize_opt from PyQt4.QtCore import QString RuntimeError: the sip module implements API v8.0 to v8.1 but the PyQt4.QtCore module requires API v7.1
Re: Calibre June 09, 2011 10:10PM |
Registered: 13 years ago Posts: 35 |
Re: Calibre June 09, 2011 10:12PM |
Registered: 13 years ago Posts: 35 |
Re: Calibre July 21, 2011 05:20PM |
Registered: 13 years ago Posts: 10 |
tikismoke
Re: Calibre August 07, 2011 08:54AM |
gym
Re: Calibre February 24, 2012 09:23AM |
Re: Calibre October 06, 2014 02:02AM |
Admin Registered: 13 years ago Posts: 18,900 |
Quote
frozenrhino
> Calibre (the GUI version, not just calibre-server)
> runs (albeit very, very slowly) on a pogoplug
> through VNC.
>
> It's not something I'd recommend to anyone unless
> you really like pain.
>
> When Calibre is actually doing anything, the
> memory use spikes on my pogoplug, according to
> Top.
>
> Calibre-server on the other hand, peachy.
> Absolutely peachy. Couldn't ask for better.
>
> Now if the guy would just make the server more
> secure, allow multiple logins, stop dogging on
> Debian all the time, make a binary for ARM, etc.
> =D
ii calibre 0.8.51+dfsg1-0.1 all e-book converter and library management ii calibre-bin 0.8.51+dfsg1-0.1 armel e-book converter and library managementin Debian jessie
Package: calibre (2.4.0+dfsg-1) in jessieThe man page is very lacking in details! Anybody have info about how to run Calibre server, I'd appreciate a hint.