[Tutor] How to install BeautifulSoup?

2010-10-29 Thread Richard D. Moores
64-bit Vista
Python 2.6.4

I just downloaded BeautifulSoup-3.0.8.1, which is a folder containing
setup.py. Does anyone know how to run setup,py?

I've already tried

C:\Python26\Lib\site-packages\BeautifulSoup-3.0.8.1setup.py
 File C:\Python26\Lib\site-packages\BeautifulSoup-3.0.8.1\setup.py, line
22
   print Unit tests have failed!

^

and

C:\Python26\Lib\site-packages\BeautifulSoup-3.0.8.1python setup.py
  File setup.py, line 22
print Unit tests have failed!
  ^

Thanks,

Dick Moores
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] How to install BeautifulSoup?

2010-10-29 Thread Richard D. Moores
On Thu, Oct 28, 2010 at 23:18, Abhijeet Rastogi abhijeet.1...@gmail.com wrote:

 In command prompt, do something like

 $python setup.py install

Yes, that did it. Thanks!

Dick
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor