I found the post at http://ricardianambivalence.com/2011/08/14/beautifulsoup-in-python-with-windows-7/
(I used python 2.6 and downloaded beautifulsoup4-4.1.3)
I could not find "BeautifulSoup.pyc" after run "setup.py"
Any suggest?
To check whether your installation is successful, type in a Python shell (or any of your Python script):
from bs4 import BeautifulSoup
To install a pure python package such as beautifulsoup4
, run:
C:\> pip install beautifulsoup4
To install pip
, download get-pip.py
and run:
C:\> python get-pip.py
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With