Re: Sending pictures using sockets

2011-04-06 Thread Dan Stromberg
On Wed, Apr 6, 2011 at 4:17 PM, Littlefield, Tyler wrote: > On 4/6/2011 4:58 PM, craf wrote: > >> >Hello. >> > >> >I'm testing the sockets in Python and I've seen the way in which >> >works to send string. My question is if anyone knows where >> >can find some information on how to send pictures t

Re: Sending pictures using sockets

2011-04-06 Thread Littlefield, Tyler
On 4/6/2011 4:58 PM, craf wrote: >Hello. > >I'm testing the sockets in Python and I've seen the way in which >works to send string. My question is if anyone knows where >can find some information on how to send pictures through >Sockets. I use Python 2.7 and have read the information regarding >S