He instalado BeautifulSoup usando easy_install e intentando ejecutar el siguiente script
from BeautifulSoup import BeautifulSoup
import re
doc = ['<html><head><title>Page title</title></head>',
'<body><p id="firstpara" align="center">This is paragraph <b>one</b>.',
'<p id="secondpara" align="blah">This is paragraph <b>two</b>.',
'</html>']
soup = BeautifulSoup(''.join(doc))
print soup.prettify()
Pero no estoy seguro de por qué está pasando esto
Traceback (most recent call last):
File "C:\Python27\reading and writing xml file from web1.py", line 49, in <module>
from BeautifulSoup import BeautifulSoup
ImportError: No module named BeautifulSoup
Podrias ayudarme por favor. Gracias
easy_install
para usar Python2.7 o la versión incorporada de Python que venía con el sistema operativo que esté usando? Si no especificó 2.7, intente hacer Python2,4 o Python2.6