On 2023-05-24 01:14, Rich Osborne wrote:
I have install Python 3.11.3 but my import requests does not work. I found 
documentation that refers to C:\python35 but I am on 3.11.3. Where do I find 
requests?

It's not part of the standard library. You can import it using pip. If you're on Windows, the recommended method is o use the Python Launcher and the pip module from a Command Prompt window:

    py -m pip install requests

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to