Comment 11 for bug 141023

Revision history for this message
Liam Keene (liam-keene) wrote :

Quoting archdrone
...

   label = microhal.getUUIDByDevice(str(self.devicelineedit.text()))

...

You need to apply the patch I submitted (comment before your last). It replaces the use of the Python function str (which uses ASCII) with the funciton unicode (which can handle unicode characters). The patch hasn't been incorporated into the latest version of the package, which is why it isn't working yet.