Python论坛  - 讨论区

标题:Re: [python-chinese] python写的脚本,import了其他开发包。在没有py的机器上如何运行。

2005年11月02日 星期三 10:03

Crest alang.yl at gmail.com
Wed Nov 2 10:03:19 HKT 2005

用py2exe编译成exe文件,把所需要的包打包进去,在没有python的机器上也能运行。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051101/29f04b57/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年11月02日 星期三 11:07

andy.bu at kodak.com andy.bu at kodak.com
Wed Nov 2 11:07:05 HKT 2005

我在写一个小程序时用到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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年11月02日 星期三 14:03

limodou limodou at gmail.com
Wed Nov 2 14:03:15 HKT 2005

在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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年11月02日 星期三 16:47

andy.bu at kodak.com andy.bu at kodak.com
Wed Nov 2 16:47:39 HKT 2005

这个我都装了,在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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年11月02日 星期三 18:51

limodou limodou at gmail.com
Wed Nov 2 18:51:43 HKT 2005

在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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年11月02日 星期三 20:00

andy.bu at kodak.com andy.bu at kodak.com
Wed Nov 2 20:00:48 HKT 2005

我没有使用,就是用一般的 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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年11月03日 星期四 09:56

limodou limodou at gmail.com
Thu Nov 3 09:56:37 HKT 2005

> 我没有使用,就是用一般的 import

如果不行可以手工将所用的模块拷贝到dist相应的目录下,再打包看一看。

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号