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.
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.
Comment