免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2029 | 回复: 3
打印 上一主题 下一主题

python bwiget [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-05-25 19:14 |只看该作者 |倒序浏览
小弟遇到一个问题,我用python和pybwidget遍了一个程序,然后用py2exe和pyinstaller将它变成exe可执行程序,可是打包好却一直提示缺少bwidget.我想可能是打包程序没有将它集成,有什么好的办法解决么?
之前没有加入bwiget程序是可以运行的,而且在本机可以运行,放到一个完全没有python环境的机器上就提示这样错误!
我的环境:
windowsXP
python 2.5.4
bwidget 0.7

大家帮帮小弟弟吧!

论坛徽章:
0
2 [报告]
发表于 2009-05-26 11:27 |只看该作者
在setup函数之前import bwidget 试试

论坛徽章:
0
3 [报告]
发表于 2009-05-27 08:44 |只看该作者
I have kicked out this problem. The main problem comes from a segment of bwidget __init__.py code:  
_datadir = os.path.join(sys.prefix, "share", "pybwidget")

It means the path of bwidget main modules. And it exsits in my d:\python25\ . So I copy this folder into my current exe folder, then everything runs well. By the way I have test it with both py2exe and pyinstaller.

论坛徽章:
0
4 [报告]
发表于 2009-05-27 09:45 |只看该作者
原帖由 lineba116 于 2009-5-27 08:44 发表
I have kicked out this problem. The main problem comes from a segment of bwidget __init__.py code:  
_datadir = os.path.join(sys.prefix, "share", "pybwidget")

It means the path of bwidget mai ...

感谢分享
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP