socket module and wxpython

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • joefazee
    New Member
    • Apr 2008
    • 3

    socket module and wxpython

    I`m very new to wxpython, my idea is to create a simple GUI based network application using the python socket module.

    can someone please demonstrate a 'hello world' server/client using wxpython. i will proceed from there.

    I tried to Bind my socket method with a button, but when i clicked the button the whole application hanged. i think the application MainLoop() with my socket loop is coursing some problem.

    Thank you.
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Ah, the synchronous problem. This thread *should* be of some help to you.

    Comment

    • Markus
      Recognized Expert Expert
      • Jun 2007
      • 6092

      #3
      Originally posted by Markus
      Ah, the synchronous problem. This thread *should* be of some help to you.
      What a pun... :D

      Comment

      Working...