Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种从控制台读取或从套接字获取数据的方法。我想用这个
test = select.select([sys.stdin, socket],[],[],waitTime)
但我总是得到这个错误:
TypeError: argument must be an int, or have a fileno() method.
我知道这是一个典型的 Windows 错误,但我正在使用 Ubuntu。任何人都知道如何解决这个错误?