Solve the problem of compiling ui into form in pyqt.py

  • 2020-05-19 05:03:32
  • OfStack

I compiled it with the Eric tool

Solutions:

1. Open C:\Python27\Lib\ site-packages \i18n, remove the name of the Chinese resource pack "GB2312.", and change it to eric4_zh_CN.qm;

2. Start eric, find the options of "Settings" -- "parameter Settings" -- "python", set the encodings to "utf-8", and restart eric4.


Related articles: