TextBlob installation in windows

python, python-2.7, textblob, windows

Solution

Install it with conda. It worked for me!

conda install -c conda-forge textblob

Problem

I have followed the instruction in Trouble installing TextBlob for Python for TextBlob installation in the Windows 7. It got installed but when I go to Python Idle and type `import TextBlob` it says No module named TextBlob How to solve this problem? Or can I directly place the libraries associated with the package in the Python Lib folder and try to import it in the program? If it is advisable please tell the procedure to do that. Will it work? Any help will be highly appreciated.

Original source