ANNOUNCE: netdraw.py

Issac issac at myfirstlink.net
Fri Dec 28 20:59:58 EST 2001



> Issac wrote:
> > Here's a networked drawing program for collaborative drawing with two
> > people.
> Wow.  I have tried various networking things, but never got any 
> of them to work.  This is cool.

Glad you like it :o).

> By the way, I make a slightly more full-featured drawing 
> program off the same base you used.(See my website address 
> below)  I think I will combine your netowrking code with my better 
> paint program.  Should be done soon... 

I have a bunch of items on the TODO for this program.  Would you like
to collaborate?

> Thank you,
> Jesse W
> http://members.loop.com/~jessw

Sure!  By the way, netdraw 0.1.0 is attached.  This one has a separate server (ndserv.py)
that allows an arbitrary number of clients to connect:

$ python ndserv.py & # server (non-graphical)
$ python ndcli.py &  # launch first client 
$ python ndcli.py &
$ python ndcli.py &

By the way, netdraw depends on threads, which are not present in cygwin's python.  
People on Windows running cygwin might want to download one of the non-cygwin versions 
of python for Windows (e.g., ActiveState) and make a symbolic link to it from /usr/bin
for convenience.  

Issac




---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.310 / Virus Database: 171 - Release Date: 12/19/2001
-------------- next part --------------
A non-text attachment was scrubbed...
Name: netdraw.tgz
Type: application/x-compressed
Size: 2945 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20011228/d3d21a61/attachment.bin>


More information about the Python-list mailing list