Re: 回复: Re: BeautifulSoup import error

2011-05-06 Thread Stefan Behnel
1011_wxy, 06.05.2011 04:29: 发件人: James Mills On Fri, May 6, 2011 at 11:37 AM, 1011_wxy wrote: I got a import error when I use Python 3.2 to import BeautifulSoup 3.2.0 . Is there any differences between Python 3.2 and other version? This is my first time to use Python3.2 . And the error message

Re: 回复: Re: BeautifulSoup import error

2011-05-06 Thread James Mills
On Fri, May 6, 2011 at 3:57 PM, Stefan Behnel stefan...@behnel.de wrote: No. While this has been suggested, it will not become part of the stdlib in the foreseeable future. It's readily available as a separate package on PyPI, though. Opps I meant xml.etree :/ My bad! cheers James -- --

Re: BeautifulSoup import error

2011-05-06 Thread nirinA raseliarison
[1011_wxy] I got a import error when I use Python 3.2 to import BeautifulSoup 3.2.0 the error i see is a SyntaxError. Is there any differences between Python 3.2 and other version? yes. and there is a tool, 2to3, which converts Python 2.x scripts to work with 3.x. And the error message

BeautifulSoup import error

2011-05-05 Thread 1011_wxy
Dear friends: I got a import error when I use Python 3.2 to import BeautifulSoup 3.2.0 . Is there any differences between Python 3.2 and other version? This is my first time to use Python3.2 . And the error message will be as below. from BeautifulSoup import BeautifulSoup Traceback (most

Re: BeautifulSoup import error

2011-05-05 Thread James Mills
On Fri, May 6, 2011 at 11:37 AM, 1011_wxy 1011_...@163.com wrote: I got a import error when I use Python 3.2 to import BeautifulSoup 3.2.0 . Is there any differences between Python 3.2 and other version? This is my first time to use Python3.2 . And the error message will be as below. Judging

回复: Re: BeautifulSoup import error

2011-05-05 Thread 1011_wxy
Dear JM: Thank you very much. BeautifulSoup does not work well with Python3.2 . 2011-05-06 Kerry 发件人: James Mills prolo...@shortcircuit.net.au 发送时间: 2011-05-06 09:47 主 题: Re: BeautifulSoup import error 收件人: python list python-list@python.org On Fri, May 6, 2011 at 11:37 AM, 1011_wxy