skywind3000 / skywind3000/PyStand
64位启动脚本命名问题:不支持中文?
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.2k
- Forks
- 146
- PR merge metrics
- No merged PRs in 30d
Description
在我使用32位Pystand时,exe和int文件都支持中文名称。由于需求不得不改为使用64位,但当我使用中文名称时,无论是在cmd还是双击exe运行,都无法显示界面,且无任何报错信息。通过print,定位到程序在ui.show()处自动退出(此行之前的初始化都可以print)。英文名称则没有问题。
请教一下,导致这种情况的可能原因是什么?
python使用64位3.8.10的嵌入式版本.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the report with the 64-bit Python 3.8.10 embedded version, comparing Chinese and English executable and .int names in both cmd and double-click launches. Trace the startup path through ui.show(), where the report observes the silent exit. Done means the cause is identified and the Chinese-name case either works or is clearly documented with a reproducible result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100