Wednesday

UnicodeDecodeError: 'ascii' codec can't decode byte in position

possible solution will be to eliminate non-ascii characters, here is function in python

import string
def n(self,myStr):
return filter(lambda x: x in string.printable, myStr)

No comments:

make ubuntu business casual

to make ubuntu business casual - make it black remove background: gsettings set org.gnome.desktop.background picture-options ...