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.1>setup.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.1>python 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

Reply via email to