webb icon indicating copy to clipboard operation
webb copied to clipboard

module 'webb' has no attribute 'download_google_images'

Open AliYar-Khan opened this issue 5 years ago • 0 comments

I install and try to use it as below :

# Importing the 'webb' library
import webb

# Downloading the web page and printing it
webb.download_google_images('beaver')

But it gives me this error :

Traceback (most recent call last):
  File "C:/Users/aliya/PycharmProjects/Basics/webapp.py", line 5, in <module>
    webb.download_google_images('beaver')
AttributeError: module 'webb' has no attribute 'download_google_images'

Process finished with exit code 1

AliYar-Khan avatar Aug 11 '19 07:08 AliYar-Khan