码迷,mamicode.com
首页 > 其他好文 > 详细

pyinstaller 打包后无法运行

时间:2017-04-18 18:21:23      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:xxx   xxxxx   路径   xxxxxx   文件   目录   tmp   无法   dir   

场景:

   如果打包的exe 需要读取conf 中的信息,通常无法正常运行

   因为./XXX 的路径,并非当前目录,通常是/tmp/XXXXXX/

   所以需要将 os.path.dirname(os.path.dirname) 改为 ‘./‘

   且copy conf文件

pyinstaller 打包后无法运行

标签:xxx   xxxxx   路径   xxxxxx   文件   目录   tmp   无法   dir   

原文地址:http://www.cnblogs.com/zsr0401/p/6728610.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!