2005年12月13日 星期二 12:20
配置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
2005年12月13日 星期二 12:23
在 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
2005年12月13日 星期二 17:20
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
2005年12月15日 星期四 00:15
简单就是美,为何用eclipse+pydev那么沉重的东西,开发 python用一个普通的EDIT + 命令行足够了!!!
2005年12月15日 星期四 08:50
有道理, 虽然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
2005年12月15日 星期四 09:00
怎么配置才能用Editplus(显示关键字变色)?谢谢
2005年12月15日 星期四 09:03
在命令行里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
2005年12月15日 星期四 09:05
去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
2005年12月15日 星期四 09:06
在 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
2005年12月15日 星期四 16:31
> 3.1,用英文版才出来.现在环境算配置好了,大家给推荐本python跟wxpython的书吧,最好是电子版的,现在计算机的书好贵呀! wxpython的书明年初就可以出版,是wxpython的作者写的。有耐心的话,可以等一等。
Zeuux © 2025
京ICP备05028076号