Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tried to run a script.
#1
Hi all. Started on python about a day ago. I tried to run the exe from this github.
github.com/serbyy/squido
But I obtained this error.

=============================== System ===============================
System : Windows
Release : 8
Version : 6.2.9200
Architecture : 64bit
Time : 2017-02-18 23:36:20
===========================================================================
Traceback (most recent call last):
File "", line 56, in 
File "c:\Python27\Scripts\build\install_squid\out00-PYZ.pyz\paramiko.transport", line 211, in init
socket.gaierror: [Errno 11001] getaddrinfo failed


How do I fix this?
Reply
#2
cross-posted here
https://discuss.codecademy.com/t/problem...ript/76355

cross-posting the same question on different forums is discouraged. at least you should share link to other forums where you post the same question. This way people willing to help will not waste time answering questions that have been answered elsewhere..
Reply
#3
(Feb-18-2017, 03:48 PM)and ovo229 Wrote: Hi all. Started on python about a day ago. I tried to run the exe from this github.
github.com/serbyy/squido
But I obtained this error.

=============================== System ===============================
System : Windows
Release : 8
Version : 6.2.9200
Architecture : 64bit
Time : 2017-02-18 23:36:20
===========================================================================
Traceback (most recent call last):
File "", line 56, in 
File "c:\Python27\Scripts\build\install_squid\out00-PYZ.pyz\paramiko.transport", line 211, in init
socket.gaierror: [Errno 11001] getaddrinfo failed


How do I fix this?

This means that the code could not convert a name (for instance google.com) into an IP address (1.2.3.4). So either the name isn't in use or there is no access to the Domain Name Server. So 1) check that you have a working connection and 2) search the code for things that look like host names and see if you can resolve them (possible commands: ping {hostname}, host {hostname}....).
Unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.
Your one-stop place for all your GIMP needs: gimp-forum.net
Reply


Forum Jump:

User Panel Messages

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