I’ve unpacked BeautifulSoup into c:\python2.6\lib\site-packages, which is in sys.path, but when I enter import BeautifulSoup I get an import error saying no such module exists. Obviously I’m doing something stupid… what is it?
I’ve unpacked BeautifulSoup into c:\python2.6\lib\site-packages, which is in sys.path , but when I enter
Share
You might have more than one python version installed? Check the version you are running.
Also, I found using
easy_installworked well for installing BeautifulSoup.