ahhhh
<--- noob!
Looking at the svn, it looks like you're making a gui wrapper for this, how is that going?
Ok i've tried the new code out (well downloaded last night) and it still has a reset in it causing problems, at line 258 in communicate.py. removing that info and ls seem to work, but books only gets 1 book in and vomits with
Quote:
Books in main memory:
1984 by George Orwell at /Data/media/books/CBUS12510000100J.lrf
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/Current/bin/prs500", line 8, in <module>
load_entry_point('libprs500==0.2.1', 'console_scripts', 'prs500')()
File "/Users/seamus/prs-500/trunk/libprs500/cli/main.py", line 211, in main
print book
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 11: ordinal not in range(128)
|