Thread
:
Noob needs help - QT4 KeyError problem
View Single Post
danielwilms
2010-02-10 , 08:38
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
Quote & Reply
|
The Following User Says Thank You to danielwilms For This Useful Post:
wizbowes
danielwilms
View Public Profile
Send a private message to danielwilms
Find all posts by danielwilms