2006年10月10日 星期二 16:39
django这个软件只有一个版本吗?没有分在WINDOWS系统上安装的和LINUX上的安装版本吗?具体的设置应该是怎么样的?我安装别人的教程上的设置但是不对。各位请教下。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061010/79b4be13/attachment.html
2006年10月10日 星期二 16:56
On 10/10/06, taozikun <taozikun在163.com> wrote: > > django这个软件只有一个版本吗?没有分在WINDOWS系统上安装的和LINUX上的安装版本吗?具体的设置应该是怎么样的?我安装别人的教程上的设置但是不对。各位请教下。 > 它都是源码的,不需要有多个版本,哪里不对了? -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou
2006年10月10日 星期二 17:19
解压缩以后,看一下Django-0.95\docs\install.txt python setup.py install就行了嘛 2006/10/10, limodou <limodou at gmail.com>: > > On 10/10/06, taozikun <taozikun at 163.com> wrote: > > > > > django这个软件只有一个版本吗?没有分在WINDOWS系统上安装的和LINUX上的安装版本吗?具体的设置应该是怎么样的?我安装别人的教程上的设置但是不对。各位请教下。 > > > 它都是源码的,不需要有多个版本,哪里不对了? > > -- > I like python! > UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad > My Blog: http://www.donews.net/limodou > _______________________________________________ > 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://python.cn/pipermail/python-chinese/attachments/20061010/d5e267cd/attachment.html
2006年10月10日 星期二 17:22
各位好: 小弟是新学的python,好多语法都不了解。有目前的需求: 在一个xml文件中,有重复的内容。- www.sina.com.cn
- www.sina.com.cn
我在解析这个xml文件的同时,希望通过判断这个属性,xml文件只存在 一个item,应该如何处理?我查到以下表达方式:[elem for elem in li if li.count(elem) == 1],仿佛不适用于这样的情况,请limodou等高手指教,给出示范 的代码或者相关链接,谢谢!
2006年10月10日 星期二 17:34
On 10/10/06, 朱丹 <vermiliondun在gmail.com> wrote: > 解压缩以后,看一下Django-0.95\docs\install.txt > python setup.py install就行了嘛 > 先下载 setuptools 模块的源码,安装,再安装django. -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou
2006年10月10日 星期二 17:35
On 10/10/06, daifei <bonycamel在gmail.com> wrote: > 各位好: > 小弟是新学的python,好多语法都不了解。有目前的需求: > 在一个xml文件中,有重复的内容。 >- > www.sina.com.cn > >
- > www.sina.com.cn > > > 我在解析这个xml文件的同时,希望通过判断这个属性,xml文件只存在 > 一个item,应该如何处理?我查到以下表达方式:[elem for elem in li if > li.count(elem) == 1],仿佛不适用于这样的情况,请limodou等高手指教,给出示范 > 的代码或者相关链接,谢谢! 试一试elementTree模块。 -- I like python! UliPad <
>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou
2006年10月10日 星期二 18:23
On 10/10/06, limodou <limodou在gmail.com> wrote: > On 10/10/06, daifei <bonycamel在gmail.com> wrote: > > 各位好: > > 小弟是新学的python,好多语法都不了解。有目前的需求: > > 在一个xml文件中,有重复的内容。 > >- > > www.sina.com.cn > > > >
- > > www.sina.com.cn > > > > > > 我在解析这个xml文件的同时,希望通过判断这个属性,xml文件只存在 > > 一个item,应该如何处理?我查到以下表达方式:[elem for elem in li if > > li.count(elem) == 1],仿佛不适用于这样的情况,请limodou等高手指教,给出示范 > > 的代码或者相关链接,谢谢! XML 有专门的解析处理包,不要自个儿苦苦分析, 一般XPath 就可以进行直接的逻辑选择 > > 试一试elementTree模块。 > > -- > I like python! > UliPad <
>: http://wiki.woodpecker.org.cn/moin/UliPad > My Blog: http://www.donews.net/limodou > _______________________________________________ > 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 -- """Time is unimportant, only life important! blogging : http://blog.zoomquiet.org/pyblosxom/ wiki enter: http://wiki.woodpecker.org.cn/moin/ZoomQuiet in douban: http://www.douban.com/people/zoomq/ """
2006年10月11日 星期三 19:14
ÏÂÔØDJANGO´úÂëºó£¬ÏÈ python ez_setup.py ÔÙ python setup.py install -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20061011/3f24274d/attachment.html
2006年10月12日 星期四 08:43
SVN Ö®ºó°ÑTrunkÖÐµÄ django Ŀ¼ÒƵ½ c:\python24\Lib\site-packages ÖС£ÒÔºó¾Í¿ÉÒÔÖ±½Ó svn ÁË¡£ On 10/11/06, jejwe <jejwester在gmail.com> wrote: > > ÏÂÔØDJANGO´úÂëºó£¬ÏÈ > python ez_setup.py > ÔÙ > python setup.py install > > _______________________________________________ > 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/20061012/665810ed/attachment.html
Zeuux © 2025
京ICP备05028076号