Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #33991 > unrolled thread

please help me to debud my local chat network program

Started byMinh Dang <dangbaminh.it@gmail.com>
First post2012-11-27 18:50 -0800
Last post2012-11-30 20:11 +0000
Articles 4 on this page of 24 — 5 participants

Back to article view | Back to comp.lang.python


Contents

  please help me to debud my local chat network program Minh Dang <dangbaminh.it@gmail.com> - 2012-11-27 18:50 -0800
    Re: please help me to debud my local chat network program Terry Reedy <tjreedy@udel.edu> - 2012-11-27 22:48 -0500
    Re: please help me to debud my local chat network program Chris Angelico <rosuav@gmail.com> - 2012-11-28 15:03 +1100
      Re: please help me to debud my local chat network program Jorgen Grahn <grahn+nntp@snipabacken.se> - 2012-11-28 21:12 +0000
        Re: please help me to debud my local chat network program Minh Dang <dangbaminh.it@gmail.com> - 2012-11-28 18:48 -0800
    Re: please help me to debud my local chat network program Minh Dang <dangbaminh.it@gmail.com> - 2012-11-27 21:47 -0800
      Re: please help me to debud my local chat network program Chris Angelico <rosuav@gmail.com> - 2012-11-28 17:33 +1100
    Re: please help me to debud my local chat network program Minh Dang <dangbaminh.it@gmail.com> - 2012-11-28 02:52 -0800
      Re: please help me to debud my local chat network program Chris Angelico <rosuav@gmail.com> - 2012-11-28 22:16 +1100
        Re: please help me to debud my local chat network program Minh Dang <dangbaminh.it@gmail.com> - 2012-11-28 03:17 -0800
        Re: please help me to debud my local chat network program Minh Dang <dangbaminh.it@gmail.com> - 2012-11-28 03:17 -0800
    Re: please help me to debud my local chat network program Minh Dang <dangbaminh.it@gmail.com> - 2012-11-28 03:10 -0800
      Re: please help me to debud my local chat network program Chris Angelico <rosuav@gmail.com> - 2012-11-28 22:17 +1100
    Re: please help me to debud my local chat network program Minh Dang <dangbaminh.it@gmail.com> - 2012-11-28 03:23 -0800
    Re: please help me to debud my local chat network program Minh Dang <dangbaminh.it@gmail.com> - 2012-11-28 03:57 -0800
      Re: please help me to debud my local chat network program Chris Angelico <rosuav@gmail.com> - 2012-11-28 23:24 +1100
        Re: please help me to debud my local chat network program Minh Dang <dangbaminh.it@gmail.com> - 2012-11-28 06:10 -0800
          Re: please help me to debud my local chat network program Chris Angelico <rosuav@gmail.com> - 2012-11-29 01:21 +1100
            Re: please help me to debud my local chat network program Minh Dang <dangbaminh.it@gmail.com> - 2012-11-28 07:27 -0800
            Re: please help me to debud my local chat network program Minh Dang <dangbaminh.it@gmail.com> - 2012-11-28 07:27 -0800
        Re: please help me to debud my local chat network program Minh Dang <dangbaminh.it@gmail.com> - 2012-11-28 06:10 -0800
    Re: please help me to debud my local chat network program Minh Dang <dangbaminh.it@gmail.com> - 2012-11-29 01:03 -0800
      Re: please help me to debud my local chat network program Chris Angelico <rosuav@gmail.com> - 2012-11-29 20:13 +1100
      RE: please help me to debud my local chat network program "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-11-30 20:11 +0000

Page 2 of 2 — ← Prev page 1 [2]


#34021

FromMinh Dang <dangbaminh.it@gmail.com>
Date2012-11-28 06:10 -0800
Message-ID<mailman.336.1354111864.29569.python-list@python.org>
In reply to#34016
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 <module>
    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.

[toc] | [prev] | [next] | [standalone]


#34054

FromMinh Dang <dangbaminh.it@gmail.com>
Date2012-11-29 01:03 -0800
Message-ID<eafcabdd-64d7-431c-8c75-7d24f2afd1cb@googlegroups.com>
In reply to#33991
can anyone help me?

[toc] | [prev] | [next] | [standalone]


#34056

FromChris Angelico <rosuav@gmail.com>
Date2012-11-29 20:13 +1100
Message-ID<mailman.358.1354180414.29569.python-list@python.org>
In reply to#34054
On Thu, Nov 29, 2012 at 8:03 PM, Minh Dang <dangbaminh.it@gmail.com> wrote:
> can anyone help me?

Look over my previous posts. I've made several suggestions that you
haven't followed up on.

Also, check out ESR's article on asking questions, which I also linked
you to earlier. Take its advice. You'll help yourself, AND it'll be
easier for us to help you.

ChrisA

[toc] | [prev] | [next] | [standalone]


#34107

From"Prasad, Ramit" <ramit.prasad@jpmorgan.com>
Date2012-11-30 20:11 +0000
Message-ID<mailman.392.1354306300.29569.python-list@python.org>
In reply to#34054
Minh Dang wrote:
> 
> can anyone help me?

Chris Angelico has given you some good comments which
should give you a direction to investigate.

This list is a global list and you seem a tad impatient. It is normal
to hear back from a few hours to a day or two. 

Even if I wanted to help, without context in this email I might not
know what you need help with. I could probably look it up in an 
archive of the list, but it is unlikely I will. Help yourself
by keeping relevant text in the email and respond inline (or below)
the quoted text. 

That being said, did Chris's suggestion work? If not what happened?


~Ramit




This email is confidential and subject to important disclaimers and
conditions including on offers for the purchase or sale of
securities, accuracy and completeness of information, viruses,
confidentiality, legal privilege, and legal entity disclaimers,
available at http://www.jpmorgan.com/pages/disclosures/email.  

[toc] | [prev] | [standalone]


Page 2 of 2 — ← Prev page 1 [2]

Back to top | Article view | comp.lang.python


csiph-web