View Single Post
Old 01-24-2017, 04:58 AM   #3
Dale_D
Junior Member
Dale_D began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jan 2017
Device: iPhone
Dales-MacBook-Pro:~ daled$ python -c "import socket; print(socket.gethostbyname(socket.gethostname()))"
Traceback (most recent call last):
File "<string>", line 1, in <module>
socket.gaierror: [Errno 8] nodename nor servname provided, or not known
Dales-MacBook-Pro:~ daled$

What is the problem?

Last edited by Dale_D; 01-24-2017 at 05:02 AM.
Dale_D is offline   Reply With Quote