Thread: calibredb
View Single Post
Old 10-10-2011, 04:10 AM   #1
iomari
Zealot
iomari doesn't litteriomari doesn't litter
 
Posts: 146
Karma: 100
Join Date: Aug 2003
Location: Nigeria
Device: galaxy tab
calibredb

Greetings,

I've finally decided to dig in to calibredb. However, whenever I run calibredb, no matter what options or even just the command alone, I get:

error using calibredb

Traceback (most recent call last):
File "/usr/bin/calibredb", line 19, in <module>
sys.exit(main())
File "/mnt/installs/iomari/work/calibre/src/calibre/library/cli.py", line 1187, in main
return command(args[2:], dbpath)
File "/mnt/installs/iomari/work/calibre/src/calibre/library/cli.py", line 547, in command_export
do_export(get_db(dbpath, opts), ids, dir, opts)
File "/mnt/installs/iomari/work/calibre/src/calibre/library/cli.py", line 50, in get_db
dbpath = os.path.abspath(dbpath)
File "/usr/lib/python2.7/posixpath.py", line 343, in abspath
if not isabs(path):
File "/usr/lib/python2.7/posixpath.py", line 53, in isabs
return s.startswith('/')
AttributeError: 'NoneType' object has no attribute 'startswith'


I'm using the latest source and have been using it with no probs for some time now.

My OS is opensuse 11.4.

Any ideas anyone?
iomari is offline   Reply With Quote