How to use Sockets with wxPython?

jblazi jblazi at hotmail.com
Fri Mar 12 17:06:32 EST 2004


On Fri, 12 Mar 2004 15:49:42 -0600, DH wrote:

> jblazi wrote:
> 
>> I am having this problem:
>> I use Python for my teaching and right now we are trying to implement some
>> sort of very simple graphical game the pupils can play across the
>> Internet. For this, we use wxPython.
>> 
>> Now it has turned out that wxPython does not implement wxWidget sockets,
>> so we have to use Python sockets instead. Implementing a separate thread
>> for this would be too complicated and I am going to use the wxIdle event
>> to do the socket processing, as the amount of data sent from one player to
>> the other is very small.
> 
> You might want to use Twisted instead.

Thx, but I can't. If it does not work with the components I already have,
I am having trouble (and then wxPython would be useless as well, which I
do not believe).

-- 
jb



----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---



More information about the Python-list mailing list