Python论坛  - 讨论区

标题:答复: [python-chinese] 大家用那种开发工具?

2005年02月18日 星期五 13:27

Hong Yuan hongyuan at homemaster.cn
Fri Feb 18 13:27:05 HKT 2005

kitsdk wrote:

>有能够单步debug的ide吗?
>
Komodo可以,不过是商业软件。boa也可以,但好像支持得不太好。

-- 
HONG Yuan
Homemaster Trading Co., Ltd.
No. 601, Bldg. 41, 288 Shuangyang Rd. (N)
Shanghai 200433, P.R.C.
Tel: +86 21 55056553
Fax: +86 21 55067325
E-mail: hongyuan at homemaster.cn



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

2005年02月18日 星期五 13:42

limodou limodou at gmail.com
Fri Feb 18 13:42:13 HKT 2005

idle就可以。

Hong Yuan wrote:
> kitsdk wrote:
> 
> 
>>有能够单步debug的ide吗?
>>
> 
> Komodo可以,不过是商业软件。boa也可以,但好像支持得不太好。
> 

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


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

2005年02月18日 星期五 13:53

kitsdk kitsdk at 163.com
Fri Feb 18 13:53:41 HKT 2005

我用Komodo单步跟踪的时候 ,它总是跟踪到python的库中去,找了半天也没有发现那
里有配置信息。

-----邮件原件-----
发件人: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn] 代表 limodou
发送时间: 2005年2月18日 13:42
收件人: python-chinese at lists.python.cn
主题: Re: 答复: [python-chinese] 大家用那种开发工具?

idle就可以。

Hong Yuan wrote:
> kitsdk wrote:
> 
> 
>>有能够单步debug的ide吗?
>>
> 
> Komodo可以,不过是商业软件。boa也可以,但好像支持得不太好。
> 

-- 
I love python!
My Blog: http://www.donews.net/limodou
_______________________________________________
python-chinese list
python-chinese at lists.python.cn
http://python.cn/mailman/listinfo/python-chinese

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

2005年02月18日 星期五 14:14

nmweizi at 163.com nmweizi at 163.com
Fri Feb 18 14:14:04 HKT 2005

saddle,您好!

	eclipse+pydev支持单步调试。

======= 2005-02-18 12:40:10 您在来信中写道:=======

>如果是说ide,一直用java的话,用eclipse+pydev应该还可以,不介意盗版的话,试试
>wingide和visual python for vs.net,免费的有pythonwin,也不错.其实,自带的环
>境也还可以吧,就是多敲几个字了.
>On Fri, 18 Feb 2005 11:29:18 +0800
>Jacob Fan <jacob at exoweb.net> wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>> 
>> Jun Tsai wrote:
>> 
>> | 俺是python的新用户,以前一直做java的开发. 请问一下,在linux下面有那些
>> python的开发工具? 谢谢
>> |
>> 你是指IDE(集成开发环境)?
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.2.5 (GNU/Linux)
>> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
>> 
>> iD8DBQFCFWEOLpCV3j6BQUQRAhXwAKCHgMXuqApDlgsMxbCGT7OHXUHStwCgnt3Y
>> 4CzetiSbSuaEB5ktlLRnVQE=
>> =WCU9
>> -----END PGP SIGNATURE-----
>> 
>> _______________________________________________
>> python-chinese list
>> python-chinese at lists.python.cn
>> http://python.cn/mailman/listinfo/python-chinese
>
>-- 
>saddle <saddle at gmail.com>
>
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese
>

= = = = = = = = = = = = = = = = = = = =
			

        致
礼!
 
				 
        nmweizi
        nmweizi at 163.com
          2005-02-18


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

2005年02月18日 星期五 14:56

马剑 honeyday at staffonly.org
Fri Feb 18 14:56:03 HKT 2005

komodo不能输入中文,郁闷。。。
不支持cp936编码(就是gb2312),奇怪了,所有亚洲的字符集都不支持。
你们用的怎么样?
我现在是用editplus和komodo同时打开文件,文件用utf-8编码。在editplus里面
输入中文,保存,切换到komodo里面写程序和调试,一个字――烦!

On Fri, 18 Feb 2005 13:27:05 +0800
Hong Yuan <hongyuan at homemaster.cn> wrote:
=================================================================
> 
> kitsdk wrote:
> 
> >有能够单步debug的ide吗?
> >
> Komodo可以,不过是商业软件。boa也可以,但好像支持得不太好。
> 
> -- 
> HONG Yuan
> Homemaster Trading Co., Ltd.
> No. 601, Bldg. 41, 288 Shuangyang Rd. (N)
> Shanghai 200433, P.R.C.
> Tel: +86 21 55056553
> Fax: +86 21 55067325
> E-mail: hongyuan at homemaster.cn
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 





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

2005年02月18日 星期五 15:05

limodou limodou at gmail.com
Fri Feb 18 15:05:11 HKT 2005

哈哈。那还是用我编的NewEdit好了。


On Fri, 18 Feb 2005 14:56:03 +0800, 马剑 <honeyday at staffonly.org> wrote:
> komodo不能输入中文,郁闷。。。
> 不支持cp936编码(就是gb2312),奇怪了,所有亚洲的字符集都不支持。
> 你们用的怎么样?
> 我现在是用editplus和komodo同时打开文件,文件用utf-8编码。在editplus里面
> 输入中文,保存,切换到komodo里面写程序和调试,一个字——烦!
> 
> On Fri, 18 Feb 2005 13:27:05 +0800
> Hong Yuan <hongyuan at homemaster.cn> wrote:
> =================================================================
> >
> > kitsdk wrote:
> >
> > >有能够单步debug的ide吗?
> > >
> > Komodo可以,不过是商业软件。boa也可以,但好像支持得不太好。
> >
> > --
> > HONG Yuan
> > Homemaster Trading Co., Ltd.
> > No. 601, Bldg. 41, 288 Shuangyang Rd. (N)
> > Shanghai 200433, P.R.C.
> > Tel: +86 21 55056553
> > Fax: +86 21 55067325
> > E-mail: hongyuan at homemaster.cn
> >
> > _______________________________________________
> > 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
> 


-- 
I like python! 
My Blog: http://www.donews.net/limodou
New Maillist: http://groups-beta.google.com/group/python-cn


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

2005年02月18日 星期五 15:17

Hong Yuan hongyuan at homemaster.cn
Fri Feb 18 15:17:03 HKT 2005

马剑 wrote:

>komodo不能输入中文,郁闷。。。
>不支持cp936编码(就是gb2312),奇怪了,所有亚洲的字符集都不支持。
>你们用的怎么样?
>我现在是用editplus和komodo同时打开文件,文件用utf-8编码。在editplus里面
>输入中文,保存,切换到komodo里面写程序和调试,一个字――烦!
>  
>
我也是这样用的。不过代码里并不需要太多中文,注解都拿英文写,文本信息都放
到.po文件中去,直接支持i18n,所以问题并不大。

-- 
HONG Yuan
Homemaster Trading Co., Ltd.
No. 601, Bldg. 41, 288 Shuangyang Rd. (N)
Shanghai 200433, P.R.C.
Tel: +86 21 55056553
Fax: +86 21 55067325
E-mail: hongyuan at homemaster.cn



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

2005年02月18日 星期五 15:18

kitsdk kitsdk at 163.com
Fri Feb 18 15:18:19 HKT 2005

能够单步调试马?

-----邮件原件-----
发件人: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn] 代表 limodou
发送时间: 2005年2月18日 15:05
收件人: python-chinese at lists.python.cn
主题: Re: 答复: [python-chinese] 大家用那种开发工具?

哈哈。那还是用我编的NewEdit好了。


On Fri, 18 Feb 2005 14:56:03 +0800, 马剑 <honeyday at staffonly.org> wrote:
> komodo不能输入中文,郁闷。。。
> 不支持cp936编码(就是gb2312),奇怪了,所有亚洲的字符集都不支持。
> 你们用的怎么样?
> 我现在是用editplus和komodo同时打开文件,文件用utf-8编码。在editplus里面
> 输入中文,保存,切换到komodo里面写程序和调试,一个字――烦!
> 
> On Fri, 18 Feb 2005 13:27:05 +0800
> Hong Yuan <hongyuan at homemaster.cn> wrote:
> =================================================================
> >
> > kitsdk wrote:
> >
> > >有能够单步debug的ide吗?
> > >
> > Komodo可以,不过是商业软件。boa也可以,但好像支持得不太好。
> >
> > --
> > HONG Yuan
> > Homemaster Trading Co., Ltd.
> > No. 601, Bldg. 41, 288 Shuangyang Rd. (N)
> > Shanghai 200433, P.R.C.
> > Tel: +86 21 55056553
> > Fax: +86 21 55067325
> > E-mail: hongyuan at homemaster.cn
> >
> > _______________________________________________
> > 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
> 


-- 
I like python! 
My Blog: http://www.donews.net/limodou
New Maillist: http://groups-beta.google.com/group/python-cn
_______________________________________________
python-chinese list
python-chinese at lists.python.cn
http://python.cn/mailman/listinfo/python-chinese

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

2005年02月18日 星期五 15:51

Zoom Quiet zoom.quiet at gmail.com
Fri Feb 18 15:51:00 HKT 2005

newEdit 吧!
现在已经是 Python.org 中推荐的跨平台IDE 的一种了!!


On Fri, 18 Feb 2005 15:17:03 +0800, Hong Yuan <hongyuan at homemaster.cn> wrote:
> 马剑 wrote:
> 
> >komodo不能输入中文,郁闷。。。
> >不支持cp936编码(就是gb2312),奇怪了,所有亚洲的字符集都不支持。
> >你们用的怎么样?
> >我现在是用editplus和komodo同时打开文件,文件用utf-8编码。在editplus里面
> >输入中文,保存,切换到komodo里面写程序和调试,一个字——烦!
> >
> >
> 我也是这样用的。不过代码里并不需要太多中文,注解都拿英文写,文本信息都放
> 到.po文件中去,直接支持i18n,所以问题并不大。
> 
> --
> HONG Yuan
> Homemaster Trading Co., Ltd.
> No. 601, Bldg. 41, 288 Shuangyang Rd. (N)
> Shanghai 200433, P.R.C.
> Tel: +86 21 55056553
> Fax: +86 21 55067325
> E-mail: hongyuan at homemaster.cn
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 


-- 
[Time is unimportant, only life important!]


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

2005年02月18日 星期五 15:59

limodou limodou at gmail.com
Fri Feb 18 15:59:30 HKT 2005

呵呵。不能那么说。那是一个wiki页注册后就可以改的,是我加进去的。


On Fri, 18 Feb 2005 15:51:00 +0800, Zoom Quiet <zoom.quiet at gmail.com> wrote:
> newEdit 吧!
> 现在已经是 Python.org 中推荐的跨平台IDE 的一种了!!


-- 
I like python! 
My Blog: http://www.donews.net/limodou
New Maillist: http://groups-beta.google.com/group/python-cn


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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号