View Single Post
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#2
Hi,

this is a python unicode-problem. There is a good howto on that. But in general this should do it:

Code:
self.ui.listTubeLine.currentItem().text().encode('ascii','ignore')
Daniel
 

The Following User Says Thank You to danielwilms For This Useful Post: