> Michael McGarry wrote:
>> Hi,
>>
>> How do I convert from a qt.QString to a Python string?
>>
>> Michael
> Apparently the ascii() method of QString does this. (I answered my own
> question).

Or use the str() builtin.

Phil

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to