Problem with adding eBooks since 0.7.35
Hi ! I've been using Calibre with satisfaction since buying my first reader (SONY PRS-600) a year ago, and I've just had my first serious "glitch" yesterday after having installed 0.7.35.
When adding a new eBook (a pdf file), there is an error message :
Traceback (most recent call last):
File "site-packages/calibre/gui2/add.py", line 40, in add_one
File "site-packages/calibre/library/database2.py", line 2348, in create_book_entry
File "site-packages/calibre/library/database2.py", line 1480, in set_metadata
File "site-packages/calibre/library/database2.py", line 447, in set_path
File "os.py", line 157, in makedirs
OSError: [Errno 2] Aucun fichier ou dossier de ce type: '/home/jerome/Public/Contenus/Livres/liesi/Microsoft Word - Lettre 218.doc (103)'
After this message, the file is listed in the database, but with no format. So, I'm unable to visualize it or do anything with it. When I try to edit the metadata, it says that there is "no such file" :
Traceback (most recent call last):
File "site-packages/calibre/gui2/dialogs/metadata_single.py", line 878, in accept
File "site-packages/calibre/library/database2.py", line 1651, in set_title
File "site-packages/calibre/library/database2.py", line 447, in set_path
File "os.py", line 157, in makedirs
OSError: [Errno 2] Aucun fichier ou dossier de ce type: '/home/jerome/Public/Contenus/Livres/liesi/LIESI Lettre ndeg218 (103)'
(and actually, there isn't after import)
I hoped it would be solved with 0.7.36, but no.
Using Calibre 0.7.36
Ubuntu 10.04
Thanks in advance for any idea about what's happening and how to solve my problem.
|