Senthil Kumaran <orsent...@gmail.com> added the comment:

Yes, the problem is observed in py3k. Pickle module when used via Interactive 
console is trying to import the class as __console__.ClassName and it is 
failing to see the __console__ module.

_pickle.PicklingError: Can't pickle <class '__console__.Example'>: import of 
module '__console__' failed

----------
nosy: +alexandre.vassalotti, orsenthil
stage:  -> needs patch
versions: +Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8943>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to