Python Forum
Project: “I’m Feeling Lucky” Google Search
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Project: “I’m Feeling Lucky” Google Search
#3
Error:
Traceback (most recent call last): File "C:\Python36\kodovi\lucky.py", line 4, in <module> import webbrowser, bs4, requests, sys ModuleNotFoundError: No module named 'bs4' >>> %Run lucky1.py Traceback (most recent call last): File "C:\Python36\kodovi\lucky1.py", line 5, in <module> import bs4 ModuleNotFoundError: No module named 'bs4'
Now I just feel completely lost. lucky is my code filename and I named lucky1 what you Larz wrote. I used Thonny IDE.
I installed bs4 of course.

and when I run code from Notepad++ with command prompt I get this:
Output:
C:\Python36\kodovi>lucky novak djokovic Googling... None
my search term in command line is "novak djokovic" and it's not giving any result obviously.
I'll try to find solution on stackoverflow or smth like that.
Reply


Messages In This Thread
RE: Project: “I’m Feeling Lucky” Google Search - by Truman - Jul-21-2018, 11:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  With Selenium create a google Search list in Incognito mode withe specific location, tsurubaso 3 3,299 Jun-15-2020, 12:34 PM
Last Post: tsurubaso
  "I'm Feeling Lucky" script problem (again) tab_lo_lo 7 7,868 Jul-23-2019, 11:26 PM
Last Post: snippsat
  How to use BeautifulSoup to parse google search results DevinGP 16 21,513 Dec-22-2017, 10:23 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020