Python论坛  - 讨论区

标题:[python-chinese] wxPython 的 wxExecute( ) 问题

2006年09月20日 星期三 22:17

ONE_Fox onefox.fox在gmail.com
星期三 九月 20 22:17:11 HKT 2006

¦¸§·á?>º ­©…ŠW¬ýǶŠ%þ‡ß–)Þn)eüqº ­©…ŠW¬ýǶŠ%þ‡ß–)Þn)eüqº ­©…ŠW¬ýǶŠ%þ‡ß–)Þn)eüq

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

2006年09月21日 星期四 08:30

limodou limodou在gmail.com
星期四 九月 21 08:30:34 HKT 2006

On 9/20/06, ONE_Fox <onefox.fox在gmail.com> wrote:
>
> >>>print "\"" + "E:/Program
> Files/ccb_tool/offlinebill/HELP.CHM" + "\""
>
> >>>wxExecute( "\"" + "E:/Program
> Files/ccb_tool/offlinebill/HELP.CHM"+"\"" )
>
> 显示:
>
> "E:/Program Files/ccb_tool/offlinebill/HELP.CHM"
>
> Execution of command '"E:/Program
> Files/ccb_tool/offlinebill/HELP.CHM"' failed (error 193: )
直接使用wx.Execute来执行一个文件后缀关联程序,如.chm本身是要使用hh来打开的,好象是不行的。但是使用os.startfile就可以。

而且如果你的字符串里有引号,为什么不使用单引号引起来呢?这样更清晰一些,如:

print '"E:/Program Files/ccb_tool/offlinebill/HELP.CHM"'

-- 
I like python!
My Blog: http://www.donews.net/limodou
UliPad Site: http://wiki.woodpecker.org.cn/moin/UliPad
UliPad Maillist: http://groups.google.com/group/ulipad

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

2006年09月21日 星期四 19:17

ONE_Fox onefox.fox在gmail.com
星期四 九月 21 19:17:46 HKT 2006

ÎÒÓà wx.Execute µÄÄ¿µÄÊÇÏ£Íû²»Òªµ¯³öºÚÉ«µÄ cmd ´°¿Ú

²»ÖªµÀ os.startfile Äܲ»ÄÜ×öµ½¡­¡­
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20060921/88a9c032/attachment.html 

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

2006年09月28日 星期四 09:11

大熊 bearsprite在gmail.com
星期四 九月 28 09:11:25 HKT 2006

我试着用 wx.Execute( 'hh "f:/Python.in.a.Nutshell.2nd.Edition.Jul.2006.chm"'
),可以打开chm啊?

2006/9/21, limodou <limodou在gmail.com>:
>
> On 9/20/06, ONE_Fox <onefox.fox在gmail.com> wrote:
> >
> > >>>print "\"" + "E:/Program
> > Files/ccb_tool/offlinebill/HELP.CHM" + "\""
> >
> > >>>wxExecute( "\"" + "E:/Program
> > Files/ccb_tool/offlinebill/HELP.CHM"+"\"" )
> >
> > 显示:
> >
> > "E:/Program Files/ccb_tool/offlinebill/HELP.CHM"
> >
> > Execution of command '"E:/Program
> > Files/ccb_tool/offlinebill/HELP.CHM"' failed (error 193: )
> 直接使用wx.Execute来执行一个文件后缀关联程序,如.chm本身是要使用hh来打开的,好象是不行的。但是使用os.startfile就可以。
>
> 而且如果你的字符串里有引号,为什么不使用单引号引起来呢?这样更清晰一些,如:
>
> print '"E:/Program Files/ccb_tool/offlinebill/HELP.CHM"'
>
> --
> I like python!
> My Blog: http://www.donews.net/limodou
> UliPad Site: http://wiki.woodpecker.org.cn/moin/UliPad
> UliPad Maillist: http://groups.google.com/group/ulipad
> _______________________________________________
> 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/20060928/acb8bd76/attachment.htm 

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

2006年09月28日 星期四 17:52

ONE_Fox onefox.fox在gmail.com
星期四 九月 28 17:52:15 HKT 2006

†Ó0µ.m§ÿéÊØhÉÿ¦*^®f¢—úr¶'r§zÇ¿jÛZržžÛ?ÛM:Óݼÿž_yÎ5Óö­µ§!™éí†Ù¥

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

2006年09月28日 星期四 17:55

limodou limodou在gmail.com
星期四 九月 28 17:55:25 HKT 2006

On 9/28/06, ONE_Fox <onefox.fox在gmail.com> wrote:
> hh 是什么意思??

就是htmlhelp的执行程序名字。

-- 
I like python!
UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
My Blog: http://www.donews.net/limodou

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

2006年09月28日 星期四 22:50

ONE_Fox onefox.fox在gmail.com
星期四 九月 28 22:50:04 HKT 2006

Ô­À´»¹ÓÐÕâÖÖÐþ»ú¡­¡­
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20060928/59d69933/attachment.html 

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

2006年09月29日 星期五 16:24

guoh guoh.gh在gmail.com
星期五 九月 29 16:24:07 HKT 2006

import os
os.startfile('e:\\books\\kunchongji.chm')

ҲûÓÐcmd´°¿Ú°¡


ÔÚ06-9-28£¬ONE_Fox <onefox.fox在gmail.com> дµÀ£º
>
> Ô­À´»¹ÓÐÕâÖÖÐþ»ú¡­¡­
> _______________________________________________
> 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/20060929/3b0595ed/attachment.html 

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

2006年09月29日 星期五 17:49

ONE_Fox onefox.fox在gmail.com
星期五 九月 29 17:49:31 HKT 2006

¢Ë-j»_ŠW‡LÂÔD¸m¶Ÿÿ§+a¢w'þ˜©z¹šŠ_éÊØhÈbëý«miÈfz{lÿm4ëOv÷÷øk®ß÷ßڶ֜†g§¶f

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号