Python论坛  - 讨论区

标题:[python-chinese] PythonWin32

2006年07月16日 星期日 22:28

crocodile.liu crocodile.liu at 163.com
Sun Jul 16 22:28:34 HKT 2006

An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060716/1c3268c8/attachment.html

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

2006年07月17日 星期一 09:09

limodou limodou at gmail.com
Mon Jul 17 09:09:36 HKT 2006

On 7/16/06, crocodile.liu <crocodile.liu at 163.com> wrote:
>
>
>
> 在limodou的blog上看到演示pythonwin32的这样一段代码
>
>
>
> >>> from win32com.client import Dispatch
>  >>> mp = Dispatch("WMPlayer.OCX")
>  >>> tune =
> mp.newMedia("C:/WINDOWS/system32/oobe/images/title.wma")
>  >>> mp.currentPlaylist.appendItem(tune)
>  >>> mp.controls.play()
>  可是以上代码只能在pythonwin环境下才能正常播放,而在window的cmd中进入python的command
> line却不能播放,是不是需要设置哪些环境呢?
>
我想需要一个等待才行。因为播放时不是一下子就放完了,而且主程序一退出,播放自然停止了。所以主程序需要等待一段时间。用命令行就需要等待,而使用gui则不退出即可播放。


-- 
I like python!
My Blog: http://www.donews.net/limodou
My Django Site: http://www.djangocn.org
NewEdit Maillist: http://groups.google.com/group/NewEdit

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

2006年07月17日 星期一 20:27

crocodile.liu crocodile.liu at 163.com
Mon Jul 17 20:27:10 HKT 2006

今天又试了还是不行,在IDLE中run可以,在命令行下就是不行。你说的等待要多
久了,好几分钟?

limodou 写道:
> On 7/16/06, crocodile.liu <crocodile.liu at 163.com> wrote:
>>
>>
>>
>> 在limodou的blog上看到演示pythonwin32的这样一段代码
>>
>>
>>
>> >>> from win32com.client import Dispatch
>> >>> mp = Dispatch("WMPlayer.OCX")
>> >>> tune =
>> mp.newMedia("C:/WINDOWS/system32/oobe/images/title.wma")
>> >>> mp.currentPlaylist.appendItem(tune)
>> >>> mp.controls.play()
>> 可是以上代码只能在pythonwin环境下才能正常播放,而在window的cmd中进入
>> python的command
>> line却不能播放,是不是需要设置哪些环境呢?
>>
> 我想需要一个等待才行。因为播放时不是一下子就放完了,而且主程序一退出,
> 播放自然停止了。所以主程序需要等待一段时间。用命令行就需要等待,而使用
> gui则不退出即可播放。
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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]

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号