Scrapy "frontend deprecated" issue with Python

by 3 replies
4
My version is 32-bit Python 2.7. I've installed Scrapy and all the dependencies. But when I try to scrape wikipedia for testing using this line in the command prompt: "Scrapy shell http://en.wikipedia.org/wiki/Home_page"

The last few lines of the output are as follows:

"C:...\Python27\lib\site-packages\IPython\frontend,py:30: UserWarning: The top-level 'frontend' package has been deprecated. All its subpackages have been moved to the top 'IPython' level. warn<"The top-level 'frontend' package has been deprecated.

In[1]:"

Any idea what "frontend" and "deprecated" mean, and what how to resolve this issue?
#programming #frontend deprecated #issue #python #scrapy

Next Topics on Trending Feed

  • 4

    My version is 32-bit Python 2.7. I've installed Scrapy and all the dependencies. But when I try to scrape wikipedia for testing using this line in the command prompt: "Scrapy shell http://en.wikipedia.org/wiki/Home_page" The last few lines of the output are as follows: