Path: csiph.com!usenet.pasdenom.info!goblin1!goblin.stu.neva.ru!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'received:209.85.223': 0.03; 'socket': 0.05; '[],': 0.07; 'subject:help': 0.07; '[])': 0.09; 'client:': 0.09; 'server:': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; '60,': 0.16; 'oserror:': 0.16; 'subject:program': 0.16; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'connected': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; '(most': 0.27; 'skip:" 50': 0.27; 'subject:please': 0.27; 'run': 0.28; 'attempted': 0.29; 'connection': 0.30; 'file': 0.32; 'traceback': 0.33; 'received:google.com': 0.34; 'server': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'there': 0.35; 'but': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'end': 0.40; '127.0.0.1': 0.84; 'subject:chat': 0.93 Newsgroups: comp.lang.python Date: Wed, 28 Nov 2012 06:10:54 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=27.78.204.63; posting-account=8P-cvAoAAADdIXXL0a5URJu991yAj05V References: <8edb652f-c48f-4758-a315-3ecc8070267d@googlegroups.com> <3aa89e19-05e9-4593-95c8-e142297339a6@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 27.78.204.63 MIME-Version: 1.0 Subject: Re: please help me to debud my local chat network program From: Minh Dang To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1354111864 news.xs4all.nl 6846 [2001:888:2000:d::a6]:48453 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:34021 yes, it's run but appear: in server: Server is ready. Accepted connection from ('127.0.0.1', 5000) End connection from ('127.0.0.1', 5000) after connected, server close. in client: Connected to server at 127.0.0.1 : 4000 Traceback (most recent call last): File "C:\Users\MINH_IT\workspace\project\src\project\client.py", line 303, in sys.exit(main()) File "C:\Users\MINH_IT\workspace\project\src\project\client.py", line 60, in main rQueue, wQueue, xQueue = select.select(inputs, [], []) OSError: [WinError 10038] An operation was attempted on something that is not a socket there are 2 problems.