Telnetlib raises gaierror (getaddrinfo failed) after compiling the python script into an executable using PyInstaller

后端 未结 0 638
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-17 08:12

Here is the example code that demonstrates the problem (Python 3.6).

import telnetlib

hostname = input("Enter hostname: ")

try:
    print(hostname         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题