[PyQt] Unable to connect signals to Python slots with non-ASCII names

Phil Thompson phil at riverbankcomputing.com
Tue Dec 12 15:03:52 GMT 2017


On 12 Dec 2017, at 2:38 pm, Shriramana Sharma <samjnaa at gmail.com> wrote:
> 
> Will raise or will not raise? May I add that the error happens even with the # -*- type of encoding declared?

Will raise. The issue is that the slot name is passed to Qt as a char* and I'm not sure if this has to be ASCII.

Phil


More information about the PyQt mailing list