Abhinav Lele wrote: > Hi, > I am trying to copy a tree store object using python copy.copy() Copying GtkTreeModels with all the contents is not supported in Gtk+ or PyGTK. However, you can create a copy manually by creating a new treestore with the same types and copying over all data. -- Johan Dahlin <jdahlin at async.com.br> Async Open Source