windows - Installed Python Module with Pip but Cannot Import -


this question has answer here:

python 3.4

windows 7 enterprise

anaconda3

spyder 3.0.1

i trying install beautifulsoup4, successful. original install of had text files in folder , wasn't importing.

this picture of pip install after deleting original folder, had text files in it--no wheel or py files.

pip install image

it's on installed list of modules well. when trying import...

i message:

import beautifulsoup4 traceback (most recent call last):  file "<ipython-input-16-7e3d2e2a3c50>", line 1, in <module>  import beautifulsoup4>  importerror: no module named 'beautifulsoup4' 

i'm running above script in spyder way.

i've checked pythonpath manager , have

c:/.../lib/site-packages  

in there, not sure i'm going wrong this.

try bs4 import. make sure restart cmd if haven't already.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -