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 <[EMAIL PROTECTED]>
Async Open Source
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to