Re: [Flickrfs-users] Flickrfs and Unicode
Brought to you by:
manishrjain
From: <rdm...@bi...> - 2006-04-21 15:06:10
|
On Fri, 21 Apr 2006 at 09:06, Sebastien Perez-Duarte wrote: > However I get the following error as soon as I start flickrfs.py: > Unhandled exception in thread started by > Traceback (most recent call last): > File "flickrfs-1.1.9/flickrfs.py", line 459, in sets_thread > self.writeMetaInfo(b['id'], INFO) #Write to a localfile > File "flickrfs-1.1.9/flickrfs.py", line 407, in writeMetaInfo > f.write("%s:%s\n"%('description', INFO[3])) > UnicodeEncodeError: 'ascii' codec can't encode character u'\xe2' in position > 174: ordinal not in range(128) Can you do an anonymous CVS checkout from the project and try that version? The unicode support is slightly different and I'm hoping it works better. The last time I touched the unicode stuff I could view files that had unicode characters in the titles, but I couldn't upload them (I haven't gotten back to working on that bug yet). Unfortunately my experience level with unicode is minimal, so I'm doing a bit of shooting in the dark as I try to fix things... --David |