O
O
Oxblad2020-04-10 17:16:09
Python
Oxblad, 2020-04-10 17:16:09

Why is my PyQT application crashing?

In general, I noticed that if, for example, any emoticon is placed in the Label, then the application crashes without any error.
How to fix it?

Windows 10
Python 3.7.6

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Karbivnichy, 2020-04-10
@hottabxp

It seems to me that you need to look towards encodings. Probably using windows-1251 (which doesn't have emoticons). Although I looked on the Internet that 1251 was used before win 10. But I don’t know for sure which encoding is in the top ten. Look for something like:

windows pyqt5 utf-8
(may help).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question