Hi all, I'm writing a newsreader with python+pygtk. I'm using a TreeView in order to show the articles (in a threaded fashion). I'd like to store the model so I don't have to rebuild the threads every time I select the group. I've tried pickling the TreeModel, but it isn't picklable. How can I store this information?
-- |\ | |HomePage : http://nem01.altervista.org | \|emesis |XPN (my nr): http://xpn.altervista.org _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
