Re: Strange message from a program

2014-04-01 Thread Chris Angelico
On Wed, Apr 2, 2014 at 1:14 AM, Damien Touraine wrote: > I have a big program with several dependencies (mainly PySide). But, > sometimes, it fails with :RuntimeError: Can't find converter for > '\ufffd\ufffd' to call Python meta method. The given string ('\ufffd\ufffd') > is changing each time. M

Strange message from a program

2014-04-01 Thread Damien Touraine
Hi, We use Python 3.2 on standard Ubuntu precise Linux. I have a big program with several dependencies (mainly PySide). But, sometimes, it fails with :RuntimeError: Can't find converter for '\ufffd\ufffd' to call Python meta method. The given string ('\ufffd\ufffd') is changing each time. Mor