--- a/Helpviewer/Network/FileReply.py Mon Oct 14 20:08:19 2013 +0200 +++ b/Helpviewer/Network/FileReply.py Tue Oct 15 18:29:32 2013 +0200 @@ -177,7 +177,8 @@ pixmap.fill(Qt.transparent) imageBuffer.buffer().clear() pixmap.save(imageBuffer, "PNG") - return cssString.format(size + 4, + return cssString.format( + size + 4, str(imageBuffer.buffer().toBase64(), encoding="ascii")) def __loadDirectory(self):