Comment 5 for bug 1439784

Revision history for this message
Patrick Stählin (n-ye-8) wrote :

I can confirm the same error as in comment #4 after fixing the dependency. Changing the erroneous line to:
  QTreeWidgetItem(keyitem, [str(line.encode('utf-8'))])

makes the dialog pop-up and sending works. The application core-dumps in the end on my machine though.