Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.44 KB | None | 0 0
  1.       sourcepage =self.frame.page().mainFrame().toHtml()
  2.       offline=u'%s' % zlib.compress(sourcepage)
  3.       self.cursor2.execute('update paginas set offline=\'%s\' where id=\'%s\';' % (offline,self.id))
  4.  
  5. ERRO:
  6. UnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128)
  7. File "adm.py", line 935, in <module>
  8.  app.exec_()
  9. File "adm.py", line 724, in loadFinished
  10.  offline=u'%s' % zlib.compress(sourcepage)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement