Python论坛  - 讨论区

标题:[python-chinese] python有没有类似控件的东西,或者它是怎样实现的?编辑完成一个python程序,怎么执行呢?

2005年02月04日 星期五 15:38

1g163_wxj 1g163_wxj at 163.com
Fri Feb 4 15:38:29 HKT 2005

RT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050204/5a9a8c7d/attachment.html

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

2005年02月04日 星期五 16:18

limodou limodou at gmail.com
Fri Feb 4 16:18:05 HKT 2005

控件是对可视化编程而言。如果你学过java,那么python有包和模块,通过导入来
进行调用。不过python没有main这样的静态方法,简单地就是:

python yourprog.py

这样就可以运行了。yourprog.py就是主程序,由它来调用其它的包和模块。

建议你买本书或找个教程做几个练习吧。


-- 
I love python!
My Blog: http://www.donews.net/limodou


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

2005年02月04日 星期五 17:34

wesley.wang wesley.wang at utstar.com
Fri Feb 4 17:34:00 HKT 2005

问一个弱弱的问题,如果进行文件拷贝 filecopy(src,dst)之类?

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

2005年02月04日 星期五 18:46

Frank gavin at sz.net.cn
Fri Feb 4 18:46:40 HKT 2005

shutil模块中有copyfile方法

shutil.copyfile(src,dst)

能将src拷贝到dst,你也可以自己写方法。


----- Original Message ----- 
From: "wesley.wang" <wesley.wang at utstar.com>
To: <python-chinese at lists.python.cn>
Sent: Friday, February 04, 2005 5:34 PM
Subject: [python-chinese] 怎样进行文件拷贝


问一个弱弱的问题,如果进行文件拷贝 filecopy(src,dst)之类?


--------------------------------------------------------------------------------


_______________________________________________
python-chinese list
python-chinese at lists.python.cn
http://python.cn/mailman/listinfo/python-chinese

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号