BeautifulSoup import error in python 2.7 Windows 7 -


I'm new to Python and I'm trying to use the beautiful 4.3.2 package but I get the next error : Traceback (most recent call final): File "C: \ user \ name \ document \ netbusiness project \ python password \ src \ prueba.py", line 10, & lt ; Module & gt; Beautiful Soup import error from BS 4 import: No module named BS 4.

Line 10: Beautiful from the BS4 import

     
    • I uninstalled and restored it but it does not work
    • I installed it via the setup py install
    • I have my PC does not have other versions of Python. I
    • When I write the same line in idle (Python GUI), then nothing Hearer only gives me an error Netbins.

      Here the answer is received.

      I had to change my import from "BS 4 Import to Beautiful Soup".

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -