beautifulsoup - I cannot import beautiful soup on python -


i installed beautiful soup library,

and seems set there 'bs4' folder in c:\python33\lib\site-packages.

(i changed name 'bs4' before installation, , went same after install)

but when type in 'from bs4 import beautifulsoup' in code, says there no such library.

and don't see 'beautifulsoup.py' or something. isn't there supposed one?

i'm confused. please?

the module names case sensitive.

try

from bs4 import beautifulsoup 

Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -