Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
requests module is not working
#4
https://docs.python.org/3/tutorial/modul...earch-path

python looks for modules/packages you try to import in different locations in particular order. it finds your logging.py and try to import it, but this result in error
now documentation states that
Quote:When a module named spam is imported, the interpreter first searches for a built-in module with that name.
logging is built-in module, so I am missing something in this case. maybe someone else will shed some light why this happens.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
requests module is not working - by varsh - Sep-10-2020, 02:06 PM
RE: requests module is not working - by buran - Sep-10-2020, 02:36 PM
RE: requests module is not working - by varsh - Sep-10-2020, 03:07 PM
RE: requests module is not working - by buran - Sep-10-2020, 03:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  POST requests - different requests return the same response Default_001 3 1,957 Mar-10-2022, 11:26 PM
Last Post: Default_001
  Requests module get() incomplete download bobzarm 2 2,545 Feb-17-2021, 04:51 PM
Last Post: bobzarm
  Flask, Posgresql - Multiple requests are not working bmaganti 5 2,776 Feb-20-2020, 03:02 PM
Last Post: bmaganti
  ModuleNotFoundError: No module named "requests" BushFacts 1 5,150 Jan-13-2020, 06:49 AM
Last Post: perfringo
  working with lxml and requests gentoobob 23 11,723 Apr-19-2018, 06:54 PM
Last Post: gentoobob
  An Error in Requests Module pratheep 3 11,937 Feb-06-2018, 05:17 PM
Last Post: pratheep
  Using python requests module and BS4 to login on an Wordpress based website apollo 1 9,439 Feb-06-2018, 01:31 AM
Last Post: metulburr
  disable proxy with requests module metulburr 2 9,568 Apr-05-2017, 02:54 AM
Last Post: metulburr

Forum Jump:

User Panel Messages

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