Error importing BeautifulSoup - Conflict with Python version
问题 I installed BeautifulSoup with the command: sudo easy_install BeautifulSoup4 I got the message: Searching for BeautifulSoup4 Best match: beautifulsoup4 4.1.3 Processing beautifulsoup4-4.1.3-py2.6.egg beautifulsoup4 4.1.3 is already the active version in easy-install.pth Using /Library/Python/2.6/site-packages/beautifulsoup4-4.1.3-py2.6.egg Processing dependencies for BeautifulSoup4 Finished processing dependencies for BeautifulSoup4 I'm trying to import the BeautifulSoup lib. >>> from