This is a discussion on [9fans] Python settimeout - Plan9 ; Hello, Anyone fixed the problem: term% python Python 2.4.1 (#0, Jun 9 2005, 22:13:58) [C] on unknown Type "help", "copyright", "credits" or "license" for more information. >>> import cgi Traceback (most recent call last): File " ", line 1, in ...
Hello,
Anyone fixed the problem:
term% python
Python 2.4.1 (#0, Jun 9 2005, 22:13:58) [C] on unknown
Type "help", "copyright", "credits" or "license" for more information.
>>> import cgi
Traceback (most recent call last):
File "", line 1, in ?
File "/sys/lib/python/cgi.py", line 39, in ?
import urllib
File "/sys/lib/python/urllib.py", line 26, in ?
import socket
File "/sys/lib/python/socket.py", line 147, in ?
class _socketobject(object):
File "/sys/lib/python/socket.py", line 189, in _socketobject
exec _s % (_m, _m, _m, _m)
File "", line 3, in ?
AttributeError: class socket has no attribute 'settimeout'
Kenji Arisawa