Python论坛  - 讨论区

标题:[python-chinese] 两个执行外部命令的问题

2005年04月04日 星期一 09:36

Jason Liu telecomliu at gmail.com
Mon Apr 4 09:36:52 HKT 2005

1、在执行一个外部程序时无论用os.system()还是wx.Shell()都会出现控制台窗口,怎样阻止控制台窗口的出现?
2、如何调用系统默认的浏览器响应一个URL链接? 
如 http://wiki.woodpecker.org.cn/moin/

谢谢!

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

2005年04月04日 星期一 10:32

Qiangning Hong hongqn at gmail.com
Mon Apr 4 10:32:27 HKT 2005

On Apr 4, 2005 9:36 AM, Jason Liu <telecomliu at gmail.com> wrote:
> 1、在执行一个外部程序时无论用os.system()还是wx.Shell()都会出现控制台窗口,怎样阻止控制台窗口的出现?

用os.system和wx.Shell都是要启动系统的shell,在winnt下就是cmd,会导致出现控制台窗口。要想不出现控制台窗口,就不能使用shell的模式启动程序,而是直接产生进程。在python
2.4下可以用subprocess,2.3下可以用popen。


> 2、如何调用系统默认的浏览器响应一个URL链接?
>http://wiki.woodpecker.org.cn/moin/

webbroser模块

-- 
Qiangning Hong
Get Firefox! <http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1>

- - - -
Thought for the moment: 
Life is a serious burden, which no thinking, humane person would
wantonly inflict on someone else.
		-- Clarence Darrow

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号