-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Miniforge环境下建立的python3.10虚拟环境中,tkinter界面中的中文显示为unicode编码。In the python3.10 virtual environment created under Miniforge, the Chinese in the tkinter interface is displayed in unicode. #67
Comments
can you please provide screenshots? |
tokens used: 150, model: Ollama (qwen2.5:latest) The information about the mamba environment is as follows: (base) [wang@192 UVR5.6]$ mamba info
populated config files : /home/wang/miniforge3/.condarc (base) [wang@192 UVR5.6]$ mamba list Name Version Build Channel |
I've transfered it over to the TK feedstock. But My feeling is that this isn't so much an installation issue but rather how Tk + python handle codepages in Windows. Sorry I don't know much about windows and tk. |
Thank you very much! I'm looking forward to finding the cause and solving this problem! |
Comment:
Miniforge环境下建立的python3.10虚拟环境中,tkinter界面中的中文显示为unicode编码
您好,我一直被一个问题困扰,希望能得到指点,不胜感激:我是在Rockylinux9.5上安装的miniforge环境,并在该环境下建立的python3.10虚拟环境,运行python -m tkinter 正常,但tkinter界面中的中文显示为unicode编码,如\u4065\u5634。base环境和其他环境都一样。怎么让它显示成中文啊?
In the python3.10 virtual environment created under Miniforge, the Chinese in the tkinter interface is displayed in unicode.
Hi, I've been troubled by a problem, I hope I can get your guidance, thanks a lot: I installed miniforge environment on Rockylinux9.5, and set up python3.10 virtual environment under the environment, running python -m tkinter is normal, However, the Chinese in the tkinter interface is displayed as unicode encoding, such as \u4065\u5634. base environment and other environments are the same. How to make it display in Chinese?
The text was updated successfully, but these errors were encountered: