Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Py to Exe problem
#5
Thank you
Solve the issue and now I can know what is the problem. The problem is with whois program. Please look at the following code:
import whois
url="http://cheirabem.com"
domain = whois.whois(url)
print(url)
Got some error with whois. I send the image of the output.
What kind of problem is this?

Thank you
Solve the issue and now I can know what is the problem. The problem is with whois program. Please look at the following code:
import whois
url="http://cheirabem.com"
domain = whois.whois(url)
print(url)
Got some error with whois. I send the image of the output.
What kind of problem is this?

PS
Maybe instead of using whois software I can access the information from website like
https://www.whois.com/whois/cheirabem.com
and scrap the results

Attached Files

Thumbnail(s)
       
Reply


Messages In This Thread
Py to Exe problem - by mariolopes - Mar-21-2018, 04:19 PM
RE: Py to Exe problem - by j.crater - Mar-21-2018, 05:12 PM
RE: Py to Exe problem - by metulburr - Mar-21-2018, 08:30 PM
RE: Py to Exe problem - by snippsat - Mar-21-2018, 08:32 PM
RE: Py to Exe problem - by mariolopes - Mar-22-2018, 09:47 AM
RE: Py to Exe problem - by metulburr - Mar-22-2018, 07:26 PM
RE: Py to Exe problem - by nilamo - Mar-22-2018, 08:45 PM

Forum Jump:

User Panel Messages

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