Connecting Tech Pros Worldwide Help | Site Map

socket module and wxpython

  #1  
Old June 19th, 2009, 01:24 PM
Newbie
 
Join Date: Apr 2008
Posts: 3
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.
  #2  
Old June 20th, 2009, 12:55 PM
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,862
Provided Answers: 9

re: socket module and wxpython


Ah, the synchronous problem. This thread *should* be of some help to you.
  #3  
Old June 22nd, 2009, 03:00 PM
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,862
Provided Answers: 9

re: socket module and wxpython


Quote:
Originally Posted by Markus View Post
Ah, the synchronous problem. This thread *should* be of some help to you.
What a pun... :D
Reply

Tags
client/server, python, socket, wxpython


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Socket Programming and Data transer 'advice' Chris Rebert answers 0 November 17th, 2008 06:55 PM
File handle not being released by close bg_ie@yahoo.com answers 44 August 10th, 2007 04:45 PM
asynchronous comunication, wxPython and threads. Zunbeltz Izaola answers 6 July 19th, 2005 03:26 AM
Multiple threads in a GUI app (wxPython), communication between worker thread and app? fooooo answers 5 July 19th, 2005 01:50 AM