View Single Post
  #1  
Old 11-02-2005, 03:35 PM
Vygreif Vygreif is offline
Member
 
Join Date: Sep 2005
Posts: 21
Sending Objects With Pickle

Hi,
I want to send an object over the network. The object contains other variables which can't be pickled (it gives the error can't pickle webCam objects). Is there any way to pickle only part of the object (I don't care to send over the webcam object). Or another way to send my object over the network?

Thanks,
YG
Reply With Quote