From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <968E168B-1823-44FB-95F3-0651FB05F622@ar.aichi-u.ac.jp> Content-Type: text/plain; charset=US-ASCII; format=flowed To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> From: arisawa@ar.aichi-u.ac.jp Date: Tue, 20 Mar 2007 16:22:33 +0900 Subject: [9fans] Python settimeout Topicbox-Message-UUID: 29dc20f4-ead2-11e9-9d60-3106f5b1d025 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