Kovid,
Can you suggest a good editing program for windows? I've created and run plugins before, but for some reason when I edited one today, I started getting the same type of utf-8 error.
I was hoping you might know of a good editor for python files for windows. What I've been using doesn't seem to work anymore.
xfeTraceback (most recent call last):
File "site.py", line 103, in main
File "site.py", line 85, in run_entry_point
File "site-packages\calibre\debug.py", line 120, in main
File "site-packages\calibre\debug.py", line 80, in add_simple_plugin
File "site-packages\calibre\customize\ui.py", line 457, in main
File "site-packages\calibre\customize\ui.py", line 271, in add_plugin
File "site-packages\calibre\customize\ui.py", line 65, in load_plugin
File "encodings\utf_8.py", line 16, in decode
UnicodeDecodeError: 'utf8' codec can't decode byte 0xaf in position 12: unexpect
ed code byte
|