hi, when i save a class with cPickle.dump(net,file); i get a stack overflow in the case there is too much data in the net-class. i also tried picle, but that's the same. (the data is a network...) is there a work- around, or something to change the behaviour ? cPickle is very comfortabel, and so i like to use is. tnx for any hints,