2005年08月24日 星期三 21:38
完成一个草稿,想必要到会上即兴发挥了。 有兴趣可以下载: http://wiki.woodpecker.org.cn/moin.cgi/EasyGui?action=AttachFile&do;=get⌖=easygui.rar 有什么问题请告诉我。 -- I like python! My Donews Blog: http://www.donews.net/limodou
2005年08月25日 星期四 15:43
我最近有个任务,需要开发一个嵌入VC的Python的解释器,希望能够具有像VC一样的调试功能,所以想找一个程序学习一下,请问哪位大虾知道:现有的Python IDE支持Python程序的调试,谢谢!
2005年08月25日 星期四 15:59
在 05-8-25,xu.shengyong<zjxushengyong at hotmail.com> 写道: > 我最近有个任务,需要开发一个嵌入VC的Python的解释器,希望能够具有像VC一样的调试功能,所以想找一个程序学习一下,请问哪位大虾知道:现有的Python IDE支持Python程序的调试,谢谢! NewEdit 不行。但我以前介绍过一个winpdb,它是基于wxPython做的调试器。你可以查一查。 -- I like python! My Donews Blog: http://www.donews.net/limodou
2005年08月25日 星期四 20:19
多谢limodou大虾,:),另外,问个问题,“limodou”是你名字的缩写吗? ----- Original Message ----- From: "limodou" <limodou at gmail.com> To: <python-chinese at lists.python.cn> Sent: Thursday, August 25, 2005 3:59 PM Subject: Re: [python-chinese] 请教一个问题:NewEditor支持Python程序的调试功能吗?见内文 >在 05-8-25,xu.shengyong<zjxushengyong at hotmail.com> 写道: >> 我最近有个任务,需要开发一个嵌入VC的Python的解释器,希望能够具有像VC一样的调试功能,所以想找一个程序学习一下,请问哪位大虾知道:现有的Python IDE支持Python程序的调试,谢谢! > > NewEdit 不行。但我以前介绍过一个winpdb,它是基于wxPython做的调试器。你可以查一查。 > > -- > I like python! > My Donews Blog: http://www.donews.net/limodou > -------------------------------------------------------------------------------- > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese >
2005年08月25日 星期四 20:43
wingide, pythonwin, eclipse+pydev vs.net+visual python(这个要钱)都可以调试吧 在 05-8-25,xu.shengyong<zjxushengyong at hotmail.com> 写道: > 多谢limodou大虾,:),另外,问个问题,"limodou"是你名字的缩写吗? > > ----- Original Message ----- > From: "limodou" <limodou at gmail.com> > To: <python-chinese at lists.python.cn> > Sent: Thursday, August 25, 2005 3:59 PM > Subject: Re: [python-chinese] 请教一个问题:NewEditor支持Python程序的调试功能吗?见内文 > > > >在 05-8-25,xu.shengyong<zjxushengyong at hotmail.com> 写道: > >> 我最近有个任务,需要开发一个嵌入VC的Python的解释器,希望能够具有像VC一样的调试功能,所以想找一个程序学习一下,请问哪位大虾知道:现有的Python IDE支持Python程序的调试,谢谢! > > > > NewEdit 不行。但我以前介绍过一个winpdb,它是基于wxPython做的调试器。你可以查一查。 > > > > -- > > I like python! > > My Donews Blog: http://www.donews.net/limodou > > > > > -------------------------------------------------------------------------------- > > > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > >
2005年08月25日 星期四 21:12
能够支持那种VC式的Quick Watch功能吗?我要开发那种功能,:( ----- Original Message ----- From: "saddle" <saddle at gmail.com> To: <python-chinese at lists.python.cn> Sent: Thursday, August 25, 2005 8:43 PM Subject: Re: [python-chinese] 请教一个问题:NewEditor支持Python程序的调试功能吗?见内文 > wingide, pythonwin, eclipse+pydev > vs.net+visual python(这个要钱)都可以调试吧 > > 在 05-8-25,xu.shengyong<zjxushengyong at hotmail.com> 写道: >> 多谢limodou大虾,:),另外,问个问题,"limodou"是你名字的缩写吗? >> >> ----- Original Message ----- >> From: "limodou" <limodou at gmail.com> >> To: <python-chinese at lists.python.cn> >> Sent: Thursday, August 25, 2005 3:59 PM >> Subject: Re: [python-chinese] 请教一个问题:NewEditor支持Python程序的调试功能吗?见内文 >> >> >> >在 05-8-25,xu.shengyong<zjxushengyong at hotmail.com> 写道: >> >> 我最近有个任务,需要开发一个嵌入VC的Python的解释器,希望能够具有像VC一样的调试功能,所以想找一个程序学习一下,请问哪位大虾知道:现有的Python IDE支持Python程序的调试,谢谢! >> > >> > NewEdit 不行。但我以前介绍过一个winpdb,它是基于wxPython做的调试器。你可以查一查。 >> > >> > -- >> > I like python! >> > My Donews Blog: http://www.donews.net/limodou >> > >> >> >> -------------------------------------------------------------------------------- >> >> >> > _______________________________________________ >> > python-chinese list >> > python-chinese at lists.python.cn >> > http://python.cn/mailman/listinfo/python-chinese >> > >> _______________________________________________ >> python-chinese list >> python-chinese at lists.python.cn >> http://python.cn/mailman/listinfo/python-chinese >> >> >> > -------------------------------------------------------------------------------- > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese >
2005年08月25日 星期四 23:19
在 05-8-25,xu.shengyong<zjxushengyong at hotmail.com> 写道: > 多谢limodou大虾,:),另外,问个问题,"limodou"是你名字的缩写吗? li是我的姓,但modou不是名字缩写。 -- I like python! My Donews Blog: http://www.donews.net/limodou
2005年08月26日 星期五 02:57
我现在常用的上wingide, 你说得quick watch是调试时候观察变量的值么?应该 都可以吧... On Thu, 25 Aug 2005 21:12:36 +0800 "xu.shengyong" <zjxushengyong at hotmail.com> 撰写于: > 能够支持那种VC式的Quick Watch功能吗?我要开发那种功能,:( > > ----- Original Message ----- > From: "saddle" <saddle at gmail.com> > To: <python-chinese at lists.python.cn> > Sent: Thursday, August 25, 2005 8:43 PM > Subject: Re: [python-chinese] 请教一个问题:NewEditor支持Python程序的调试功能吗?见内文 > > > > wingide, pythonwin, eclipse+pydev > > vs.net+visual python(这个要钱)都可以调试吧 > > > > 在 05-8-25,xu.shengyong<zjxushengyong at hotmail.com> 写道: > >> 多谢limodou大虾,:),另外,问个问题,"limodou"是你名字的缩写吗? > >> > >> ----- Original Message ----- > >> From: "limodou" <limodou at gmail.com> > >> To: <python-chinese at lists.python.cn> > >> Sent: Thursday, August 25, 2005 3:59 PM > >> Subject: Re: [python-chinese] 请教一个问题:NewEditor支持Python程序的调试功能吗?见内文 > >> > >> > >> >在 05-8-25,xu.shengyong<zjxushengyong at hotmail.com> 写道: > >> >> 我最近有个任务,需要开发一个嵌入VC的Python的解释器,希望能够具有像VC一样的调试功能,所以想找一个程序学习一下,请问哪位大虾知道:现有的Python IDE支持Python程序的调试,谢谢! > >> > > >> > NewEdit 不行。但我以前介绍过一个winpdb,它是基于wxPython做的调试器。你可以查一查。 > >> > > >> > -- > >> > I like python! > >> > My Donews Blog: http://www.donews.net/limodou > >> > > >> > >> > >> -------------------------------------------------------------------------------- > >> > >> > >> > _______________________________________________ > >> > python-chinese list > >> > python-chinese at lists.python.cn > >> > http://python.cn/mailman/listinfo/python-chinese > >> > > >> _______________________________________________ > >> python-chinese list > >> python-chinese at lists.python.cn > >> http://python.cn/mailman/listinfo/python-chinese > >> > >> > >> > > > > > -------------------------------------------------------------------------------- > > > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > >
2005年08月26日 星期五 22:24
对,就是观察变量的值那种,大家对开发这种功能有什么思路吗?谢谢 ----- Original Message ----- From: "saddle" <saddle at gmail.com> To: <python-chinese at lists.python.cn> Sent: Friday, August 26, 2005 2:57 AM Subject: Re: [python-chinese] 请教一个问题:NewEditor支持Python程序的调试功能吗?见内文 > 我现在常用的上wingide, 你说得quick watch是调试时候观察变量的值么?应该 > 都可以吧... > On Thu, 25 Aug 2005 21:12:36 +0800 > "xu.shengyong" <zjxushengyong at hotmail.com> 撰写于: > >> 能够支持那种VC式的Quick Watch功能吗?我要开发那种功能,:( >> >> ----- Original Message ----- >> From: "saddle" <saddle at gmail.com> >> To: <python-chinese at lists.python.cn> >> Sent: Thursday, August 25, 2005 8:43 PM >> Subject: Re: [python-chinese] 请教一个问题:NewEditor支持Python程序的调试功能吗?见内文 >> >> >> > wingide, pythonwin, eclipse+pydev >> > vs.net+visual python(这个要钱)都可以调试吧 >> > >> > 在 05-8-25,xu.shengyong<zjxushengyong at hotmail.com> 写道: >> >> 多谢limodou大虾,:),另外,问个问题,"limodou"是你名字的缩写吗? >> >> >> >> ----- Original Message ----- >> >> From: "limodou" <limodou at gmail.com> >> >> To: <python-chinese at lists.python.cn> >> >> Sent: Thursday, August 25, 2005 3:59 PM >> >> Subject: Re: [python-chinese] 请教一个问题:NewEditor支持Python程序的调试功能吗?见内文 >> >> >> >> >> >> >在 05-8-25,xu.shengyong<zjxushengyong at hotmail.com> 写道: >> >> >> 我最近有个任务,需要开发一个嵌入VC的Python的解释器,希望能够具有像VC一样的调试功能,所以想找一个程序学习一下,请问哪位大虾知道:现有的Python IDE支持Python程序的调试,谢谢! >> >> > >> >> > NewEdit 不行。但我以前介绍过一个winpdb,它是基于wxPython做的调试器。你可以查一查。 >> >> > >> >> > -- >> >> > I like python! >> >> > My Donews Blog: http://www.donews.net/limodou >> >> > >> >> >> >> >> >> -------------------------------------------------------------------------------- >> >> >> >> >> >> > _______________________________________________ >> >> > python-chinese list >> >> > python-chinese at lists.python.cn >> >> > http://python.cn/mailman/listinfo/python-chinese >> >> > >> >> _______________________________________________ >> >> python-chinese list >> >> python-chinese at lists.python.cn >> >> http://python.cn/mailman/listinfo/python-chinese >> >> >> >> >> >> >> > >> >> >> -------------------------------------------------------------------------------- >> >> >> > _______________________________________________ >> > python-chinese list >> > python-chinese at lists.python.cn >> > http://python.cn/mailman/listinfo/python-chinese >> > > > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese >
2005年08月26日 星期五 22:25
林魔豆???:) ----- Original Message ----- From: "limodou" <limodou at gmail.com> To: <python-chinese at lists.python.cn> Sent: Thursday, August 25, 2005 11:19 PM Subject: Re: [python-chinese] 请教一个问题:NewEditor支持Python程序的调试功能吗?见内文 >在 05-8-25,xu.shengyong<zjxushengyong at hotmail.com> 写道: >> 多谢limodou大虾,:),另外,问个问题,"limodou"是你名字的缩写吗? > > > li是我的姓,但modou不是名字缩写。 > > -- > I like python! > My Donews Blog: http://www.donews.net/limodou > -------------------------------------------------------------------------------- > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese >
2005年08月27日 星期六 12:46
哪位大虾有使用Python的XML文件处理扩展 gnosis.xml.objectify 的经验,我想了解一下它与ElementTree等扩展的区别: 1.gnosis.xml.objectify 能够读取XML文档,并把文档作为一个对象来处理,那它能否把修改过的对象重新序列化成XML文档呢? 2.gnosis.xml.objectify 与 ElementTree 的差别在什么地方,比如说访问XML中节点数据的方式? 3.大家还知道哪些方面的,请不吝赐教,谢谢!
Zeuux © 2025
京ICP备05028076号