Quote:
Originally Posted by kovidgoyal
oops typo i'm re-releasing 0.4.22 with a fix. Try downloading again in half an hour.
|
Kovidgoyal -
I'm receiving the same error and I'm using 0.4.22 on Ubuntu Gutsy. I'm fairly certain I have all of the pre-reqs installed properly (pyQt, python 2.5.1, etc)
Though then if I close libprs500, and unplug the reader, the books are present on the reader - though some don't have the covers that I added through the GUI (awesome feature btw!)
Error Message:
Quote:
'BookList' object has no attribute 'root_element'
Detailed traceback:
Traceback (most recent call last):
File "build/bdist.linux-i686/egg/libprs500/gui2/main.py", line 330, in books_uploaded
File "build/bdist.linux-i686/egg/libprs500/gui2/device.py", line 115, in add_books_to_metadata
File "build/bdist.linux-i686/egg/libprs500/devices/prs500/driver.py", line 891, in add_books_to_metadata
File "build/bdist.linux-i686/egg/libprs500/devices/prs500/books.py", line 267, in add_book
File "build/bdist.linux-i686/egg/libprs500/devices/prs500/books.py", line 259, in book_by_path
AttributeError: 'BookList' object has no attribute 'root_element'
|