View Single Post
Old 07-28-2013, 11:40 PM   #33
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,082
Karma: 8796704
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by gbm View Post
Yes Installed using:
Code:
sudo python -c "import sys; py3 = sys.version_info[0] > 2; u = __import__('urllib.request' if py3 else 'urllib', fromlist=1); exec(u.urlopen('http://status.calibre-ebook.com/linux_installer').read()); main(install_dir='/opt')"
Will try installing python-apsw.

bernie
Did not work, only python-apsw in the repositories is for 3.7.

bernie

installed 3.7.17-r1-1 from ppa:ubuntu-rogerbinns/apsw did not work.

Spoiler:
Code:
~$ calibre-debug -g
calibre 0.9.41  isfrozen: True is64bit: False
Linux-3.2.0-49-generic-i686-with-debian-wheezy-sid Linux ('32bit', 'ELF')
('Linux', '3.2.0-49-generic', '#75-Ubuntu SMP Tue Jun 18 17:40:13 UTC 2013')
Python 2.7.5
Linux: ('debian', 'wheezy/sid', '')
Starting up...
Traceback (most recent call last):
  File "site-packages/calibre/gui2/main.py", line 279, in initialize
  File "site-packages/calibre/gui2/main.py", line 239, in initialize_db
  File "site-packages/calibre/db/__init__.py", line 129, in get_db_loader
  File "site-packages/calibre/db/legacy.py", line 18, in <module>
  File "site-packages/calibre/db/backend.py", line 14, in <module>
ImportError: No module named apsw


goodnight.

Last edited by gbm; 07-29-2013 at 12:02 AM.
gbm is offline   Reply With Quote