Forum Replies Created
- AuthorPosts
- osuteyeParticipant
Yes. I am browse the internet from the Kali Linux Firefox
Check the attached file.
ThanksAttachments:
You must be logged in to view attached files.osuteyeParticipantInitial when I run the script I had the message
ERROR
import requests
ModuleNotFoundError No Module name ‘requesThen I run this commmand at the terminal to install the request mudole
pip install requeststhis is before I run the script again.
This is the script
# usr/bin/env python
import requests
url=”google.com”
get_response = requests.get(“https://”+url)
print(get_response)osuteyeParticipantPlease find attached the file requested.
ThanksAttachments:
You must be logged in to view attached files.osuteyeParticipantYES.
osuteyeParticipantI am not having the error again after creating a new project.
Thanks.osuteyeParticipantThis is the error message I had when I attempted to open the file today.
Attachments:
You must be logged in to view attached files.osuteyeParticipantI have the error whenever I selected the existing project file to open.
Check the attached document.
ThanksAttachments:
You must be logged in to view attached files.osuteyeParticipantThe problem is solved.
Thank you.osuteyeParticipantI am usng a HP Computer
- AuthorPosts