View Single Post
  #4  
Old 09-22-2009, 11:04 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
What do you mean "nothing happens" when you call print x? Are you sure the data isn't just space characters? Try replacing print x with the following:
Code:
print 'Received',len(x),'bytes'
Reply With Quote