View Single Post
Old 12-21-2008, 07:52 PM   #1
zelda_pinwheel
zeldinha zippy zeldissima
zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.zelda_pinwheel ought to be getting tired of karma fortunes by now.
 
zelda_pinwheel's Avatar
 
Posts: 27,827
Karma: 921169
Join Date: Dec 2007
Location: Paris, France
Device: eb1150 & is that a nook in her pocket, or she just happy to see you?
"ascii' codec can't encode character" bug ?

i just tried to send a file to device and got this error message :

Code:
'ascii' codec can't encode character u'\xe7' in position 17: ordinal not in range(128)
Detailed traceback:
Traceback (most recent call last):
  File "main.py", line 812, in sync_to_main_memory
  File "main.py", line 883, in sync_to_device
  File "c:\Python26\lib\site-packages\py2exe\boot_common.py", line 67, in write
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe7' in position 17: ordinal not in range(128)
then i tried to view the file and got this error :

Code:
current_index
Detailed traceback:
Traceback (most recent call last):
  File "C:\Program Files\calibre\library.zip\calibre\gui2\viewer\main.py", line 240, in 
  File "calibre\gui2\viewer\documentview.pyo", line 454, in next_page
  File "C:\Program Files\calibre\library.zip\calibre\gui2\viewer\main.py", line 542, in next_document
AttributeError: current_index
what does that mean ?
zelda_pinwheel is offline   Reply With Quote