Python论坛  - 讨论区

标题:[python-chinese] python 怎么独立运行?

2006年11月05日 星期日 16:15

methl methl在163.com
星期日 十一月 5 16:15:25 HKT 2006

python-chinese£¬ÄãºÃ

Äܲ»Äܰѽű¾Îļþת³ÉexeÎļþÖ±½ÓÔËÐС£



methl£¬methl在163.com
2006-11-05 
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061105/9db9b653/attachment.htm 

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

2006年11月05日 星期日 16:36

Yunfeng Tao taoyfeng在gmail.com
星期日 十一月 5 16:36:01 HKT 2006

在 06-11-5,methl<methl在163.com> 写道:
>
> python-chinese,你好
>
> 能不能把脚本文件转成exe文件直接运行。
>
> methl,methl在163.com
> 2006-11-05

也许你需要py2exe

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

2006年11月05日 星期日 19:25

Xupeng Yun recordus在gmail.com
星期日 十一月 5 19:25:54 HKT 2006

在06-11-5,methl <methl at 163.com> 写道:
>
>
> python-chinese,你好
>
> 能不能把脚本文件转成exe文件直接运行。
>
>
>

py2exe 或者 freeze
-- 
I like Python & Linux.
Blog: http://recordus.cublog.cn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061105/b3a2f739/attachment.html 

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

2006年11月05日 星期日 21:51

WangXinxi wangxinxi在cs.hit.edu.cn
星期日 十一月 5 21:51:26 HKT 2006

在Linux下,如果获得如$HOME的值?

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

2006年11月05日 星期日 22:36

Samuel Lee samuel.d.lee在gmail.com
星期日 十一月 5 22:36:17 HKT 2006

py2exe

2006/11/5, Xupeng Yun <recordus at gmail.com>:
> 在06-11-5,methl <methl at 163.com> 写道:
> >
> >
> >
> >
> > python-chinese,你好
> >
> > 能不能把脚本文件转成exe文件直接运行。
> >
> >
>
> py2exe 或者 freeze
> --
> I like Python & Linux.
> Blog: http://recordus.cublog.cn
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>

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

2006年11月05日 星期日 23:05

Xupeng Yun recordus在gmail.com
星期日 十一月 5 23:05:24 HKT 2006

2006/11/5, WangXinxi <wangxinxi at cs.hit.edu.cn>:
>
> 在Linux下,如果获得如$HOME的值?
>

os.getenv('HOME'), 或者:
os.path.expanduser('~')
-- 
I like Python & Linux.
Blog: http://recordus.cublog.cn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061105/f23822ca/attachment.htm 

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

2006年11月05日 星期日 23:08

pAN ^_^ NAq bufeii在gmail.com
星期日 十一月 5 23:08:40 HKT 2006

Õâ¸öЧÂÊÔõôÑù£¿
¸ßÂð£¿


On 11/5/06, Samuel Lee <samuel.d.lee在gmail.com> wrote:
>
> py2exe
>
> 2006/11/5, Xupeng Yun <recordus在gmail.com>:
> > ÔÚ06-11-5£¬methl <methl在163.com> дµÀ£º
> > >
> > >
> > >
> > >
> > > python-chinese£¬ÄãºÃ
> > >
> > > Äܲ»Äܰѽű¾Îļþת³ÉexeÎļþÖ±½ÓÔËÐС£
> > >
> > >
> >
> > py2exe »òÕß freeze
> > --
> > I like Python & Linux.
> > Blog: http://recordus.cublog.cn
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request在lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese




-- 
ÃÒ²»Óгõ
ÏÊ¿ËÓÐÖÕ
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061105/6e05ecc0/attachment-0001.html 

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

2006年11月06日 星期一 09:34

Linker Lin linkerlin88在gmail.com
星期一 十一月 6 09:34:40 HKT 2006

只是一个封装,效率没有多大提升.
要运行效率的话,建议用C.

On 11/5/06, pAN ^_^ NAq <bufeii在gmail.com> wrote:
>
> 这个效率怎么样?
> 高吗?
>
>
> On 11/5/06, Samuel Lee <samuel.d.lee在gmail.com> wrote:
> >
> > py2exe
> >
> > 2006/11/5, Xupeng Yun <recordus在gmail.com>:
> > > 在06-11-5,methl <methl在163.com> 写道:
> > > >
> > > >
> > > >
> > > >
> > > > python-chinese,你好
> > > >
> > > > 能不能把脚本文件转成exe文件直接运行。
> > > >
> > > >
> > >
> > > py2exe 或者 freeze
> > > --
> > > I like Python & Linux.
> > > Blog: http://recordus.cublog.cn
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese在lists.python.cn
> > > Subscribe: send subscribe to
> > > python-chinese-request在lists.python.cn
> > > Unsubscribe: send unsubscribe to
> > > python-chinese-request在lists.python.cn
> > > Detail Info:
> > > http://python.cn/mailman/listinfo/python-chinese
> > >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
>
>
> --
> 靡不有初
> 鲜克有终
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>



-- 
Linker M Lin
linkerlin88在gmail.com
  ※※※※※※※※※
  ※※我思故我在※※
  ※※※※※※※※※
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20061106/e00e53b0/attachment.htm 

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号