作者fish0112 (鱼)
看板Python
标题[问题] Python打包exe 支援utf8?
时间Thu Aug 13 05:09:52 2015
请问一下
windows下,Python的打包软体有支援utf8(要中文)的吗?
写个小工具要连sql server
资料库跟data都很多中文
没打包没事
当我想打包的时候,发现没有软体可以用...
pyinstaller可打包,但是执行会挂在odbc.connect那行
py2exe根本不给打包 a...
所以,有没有前辈知道哪个打包软体可以支援中文呢?
谢谢~
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 1.160.16.78
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Python/M.1439413797.A.7AA.html
1F:→ ck574b027: py2exe 是什麽情况,有错误吗 08/13 11:52
2F:→ uranusjr: Python 2 or 3? 08/13 13:16
3F:→ AndCycle: py2exe 的路径处理没办法对应中文 08/13 14:33
4F:→ fish0112: 是使用python2.7.10 py2exe就看到cmd直接闪退 . .a 08/13 19:39
5F:→ fish0112: *.py档路径没有中文 但是内容很多有用到中文 08/13 19:40