Connecting Tech Pros Worldwide Help | Site Map

socket module and wxpython

Newbie
 
Join Date: Apr 2008
Posts: 3
#1: Jun 19 '09
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's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,936
#2: Jun 20 '09

re: socket module and wxpython


Ah, the synchronous problem. This thread *should* be of some help to you.
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,936
#3: Jun 22 '09

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