Python论坛  - 讨论区

标题:[python-chinese] 刚配置好python+wxpython+eclipse+pydev环境,谁给推荐本wxpython的

2005年12月13日 星期二 12:20

wang yong w1980y at gmail.com
Tue Dec 13 12:20:43 HKT 2005

配置eclipse+pydev的时候费了翻周折,我装的是eclipse
3.1,在上面加了中文包,怎么弄在windows->preferences里也找不到pydev的项目,后来重新解压了eclipse
3.1,用英文版才出来.现在环境算配置好了,大家给推荐本python跟wxpython的书吧,最好是电子版的,现在计算机的书好贵呀!
顺便问一句,python有播放mp3的类库么?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051213/e40a267c/attachment.htm

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

2005年12月13日 星期二 12:23

limodou limodou at gmail.com
Tue Dec 13 12:23:27 HKT 2005

在 05-12-13,wang yong<w1980y at gmail.com> 写道:
> 配置eclipse+pydev的时候费了翻周折,我装的是eclipse
> 3.1,在上面加了中文包,怎么弄在windows->preferences里也找不到pydev的项目,后来重新解压了eclipse
> 3.1,用英文版才出来.现在环境算配置好了,大家给推荐本python跟wxpython的书吧,最好是电子版的,现在计算机的书好贵呀!
> 顺便问一句,python有播放mp3的类库么?

没看到有wxPython的电子书,它带的文档和例子就不错。倒是有一本wxWidgets的书,可以在网上找一找。

mp3的库有不少,我用过pySonic挺好的。

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

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

2005年12月13日 星期二 17:20

Water Ye叶春水 waterye at gmail.com
Tue Dec 13 17:20:28 HKT 2005

pymedia.org

在05-12-13,wang yong <w1980y at gmail.com> 写道:
>
> 配置eclipse+pydev的时候费了翻周折,我装的是eclipse 3.1,在上面加了中文包,怎么弄在windows->preferences里也找不到pydev的项目,后来重新解压了eclipse
> 3.1,用英文版才出来.现在环境算配置好了,大家给推荐本python跟wxpython的书吧,最好是电子版的,现在计算机的书好贵呀!
> 顺便问一句,python有播放mp3的类库么?
>
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051213/53fa9e88/attachment-0001.htm

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

2005年12月15日 星期四 00:15

wang ke wwangk at tom.com
Thu Dec 15 00:15:23 HKT 2005

简单就是美,为何用eclipse+pydev那么沉重的东西,开发 
python用一个普通的EDIT + 命令行足够了!!!


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

2005年12月15日 星期四 08:50

shily escape jelly1982 at gmail.com
Thu Dec 15 08:50:10 HKT 2005

有道理, 虽然eclipse已经够好了, 但是有时候我还是喜欢用editplus
2005/12/15, wang ke <wwangk at tom.com>:
>
> 简单就是美,为何用eclipse+pydev那么沉重的东西,开发
> python用一个普通的EDIT + 命令行足够了!!!
>
>
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051215/ac88f6dc/attachment.htm

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

2005年12月15日 星期四 09:00

刘瑞展 liuruizhan at gmail.com
Thu Dec 15 09:00:29 HKT 2005

怎么配置才能用Editplus(显示关键字变色)?谢谢

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

2005年12月15日 星期四 09:03

shily escape jelly1982 at gmail.com
Thu Dec 15 09:03:53 HKT 2005

在命令行里os.path.isdir("d:/antproj/src")打印出来是一个目录,但是, 用
for k in [os.path.normcase(f) for f in os.listdir("d:/antproj")]:
    print os.path.isdir(k)

打印出来,就是False了?


在05-12-15,shily escape <jelly1982 at gmail.com> 写道:
>
>
> 有道理, 虽然eclipse已经够好了, 但是有时候我还是喜欢用editplus
> 2005/12/15, wang ke <wwangk at tom.com>:
> >
> > 简单就是美,为何用eclipse+pydev那么沉重的东西,开发
> > python用一个普通的EDIT + 命令行足够了!!!
> >
> >
> > _______________________________________________
> > 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
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051215/66abde01/attachment.html

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

2005年12月15日 星期四 09:05

shily escape jelly1982 at gmail.com
Thu Dec 15 09:05:35 HKT 2005

去editplus的官方网站上下一几个python的acp, stx文件就行了,
在05-12-15,shily escape <jelly1982 at gmail.com> 写道:
>
> 在命令行里os.path.isdir("d:/antproj/src")打印出来是一个目录,但是, 用
> for k in [os.path.normcase(f) for f in os.listdir("d:/antproj")]:
>     print os.path.isdir(k)
>
> 打印出来,就是False了?
>
>
> 在05-12-15,shily escape <jelly1982 at gmail.com> 写道:
> >
> >
> > 有道理, 虽然eclipse已经够好了, 但是有时候我还是喜欢用editplus
> > 2005/12/15, wang ke <wwangk at tom.com>:
> > >
> > > 简单就是美,为何用eclipse+pydev那么沉重的东西,开发
> > > python用一个普通的EDIT + 命令行足够了!!!
> > >
> > >
> > > _______________________________________________
> > > 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
> > >
> > >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051215/575acb13/attachment-0001.htm

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

2005年12月15日 星期四 09:06

limodou limodou at gmail.com
Thu Dec 15 09:06:57 HKT 2005

在 05-12-15,shily escape<jelly1982 at gmail.com> 写道:
> 在命令行里os.path.isdir("d:/antproj/src")打印出来是一个目录,但是, 用
> for k in [os.path.normcase(f) for f in os.listdir("d:/antproj")]:
>     print os.path.isdir(k)
>
> 打印出来,就是False了?
>

这封邮件与主题无关呀,建议另行讨论。

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

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

2005年12月15日 星期四 16:31

zhang yunfeng zhangyunfeng at gmail.com
Thu Dec 15 16:31:16 HKT 2005

> 3.1,用英文版才出来.现在环境算配置好了,大家给推荐本python跟wxpython的书吧,最好是电子版的,现在计算机的书好贵呀!

wxpython的书明年初就可以出版,是wxpython的作者写的。有耐心的话,可以等一等。

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号