2005年11月02日 星期三 10:03
用py2exe编译成exe文件,把所需要的包打包进去,在没有python的机器上也能运行。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051101/29f04b57/attachment.htm
2005年11月02日 星期三 11:07
我在写一个小程序时用到COM方面的库, 编译时就报找不到这个库,请问我应该在哪加上它! 谢谢! Best Regards, Crest <alang.yl at gmail.com> Sent by: python-chinese-bounces at lists.python.cn 2005-11-02 10:03 Please respond to python-chinese at lists.python.cn To python-chinese at lists.python.cn cc Subject Re: [python-chinese] python写的脚本,import了其他开发包。在没有py的机器上 如何运行。 用py2exe编译成exe文件,把所需要的包打包进去,在没有python的机器上也能运行 。_______________________________________________ python-chinese list python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051102/af396153/attachment.html
2005年11月02日 星期三 14:03
在05-11-2,andy.bu at kodak.com <andy.bu at kodak.com> 写道: > > 我在写一个小程序时用到COM方面的库, > 编译时就报找不到这个库,请问我应该在哪加上它! > 谢谢! > 先下载win32包,然后安装它就行了。 -- I like python! My Donews Blog: http://www.donews.net/limodou
2005年11月02日 星期三 16:47
这个我都装了,在PyWin下运行都没问题 但用Py2exe编译成Exe程序时,就报找不这些的库!! 现在还没有找到问题的原因,不知道大家有没有遇到过这样类似的现象!! Best Regards, ============================== Andy Bu Kodak Health Group Global R&D; Center (Shanghai) Eastman Kodak Company Floor 25, King Tower 28 Xin Jinqiao Road Shanghai, P.R.China 201206 Tel :8621-58345678-3100 Mail : Andy.bu at Kodak.com ============================== limodou <limodou at gmail.com> Sent by: python-chinese-bounces at lists.python.cn 2005-11-02 14:03 Please respond to python-chinese at lists.python.cn To python-chinese at lists.python.cn cc Subject Re: [python-chinese] python 写的脚本,import了其他开发包。在没有py的机器上 如何运行。 在05-11-2,andy.bu at kodak.com <andy.bu at kodak.com> 写道: > > 我在写一个小程序时用到COM方面的库, > 编译时就报找不到这个库,请问我应该在哪加上它! > 谢谢! > 先下载win32包,然后安装它就行了。 -- I like python! My Donews Blog: http://www.donews.net/limodou _______________________________________________ python-chinese list python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051102/0044c533/attachment-0001.htm
2005年11月02日 星期三 18:51
在05-11-2,andy.bu at kodak.com <andy.bu at kodak.com> 写道: > > 这个我都装了,在PyWin下运行都没问题 > 但用Py2exe编译成Exe程序时,就报找不这些的库!! > 现在还没有找到问题的原因,不知道大家有没有遇到过这样类似的现象!! > 不要使用__import__来导入模块。 -- I like python! My Donews Blog: http://www.donews.net/limodou
2005年11月02日 星期三 20:00
我没有使用,就是用一般的 import Best Regards, ============================== Andy Bu Kodak Health Group Global R&D; Center (Shanghai) Eastman Kodak Company Floor 25, King Tower 28 Xin Jinqiao Road Shanghai, P.R.China 201206 Tel :8621-58345678-3100 Mail : Andy.bu at Kodak.com ============================== limodou <limodou at gmail.com> Sent by: python-chinese-bounces at lists.python.cn 2005-11-02 18:51 Please respond to python-chinese at lists.python.cn To python-chinese at lists.python.cn cc Subject Re: [python-chinese] python 写的脚本,import了其他开发包。在没有py的机器上 如何运行。 在05-11-2,andy.bu at kodak.com <andy.bu at kodak.com> 写道: > > 这个我都装了,在PyWin下运行都没问题 > 但用Py2exe编译成Exe程序时,就报找不这些的库!! > 现在还没有找到问题的原因,不知道大家有没有遇到过这样类似的现象!! > 不要使用__import__来导入模块。 -- I like python! My Donews Blog: http://www.donews.net/limodou _______________________________________________ python-chinese list python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051102/a68da5ab/attachment.htm
2005年11月03日 星期四 09:56
> 我没有使用,就是用一般的 import 如果不行可以手工将所用的模块拷贝到dist相应的目录下,再打包看一看。
Zeuux © 2025
京ICP备05028076号