On Wed, 12 Nov 2008 11:00:26 +0800, scsoce wrote:

> got a exception:  "a class that defines __slots__ without defining
> __getstate__ cannot be pickled "
> why?
> and is there any other dump method but for pickle to store the kind of
> object ?

I can't answer either of your questions, but why are you trying to pickle 
an open connection to a (possibly remote) URL? I can't imagine how that 
could possibly work even in principle.



-- 
Steven
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to