"Marlin Rowley" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> I have a class object which has the usual data members and functions.
> I'm trying to make a copy of this class (which includes wx.Bitmap objects)
> but deepcopy() doesn't seem to work.  How would I do this?

Are you trying to make a copy of the "class object" or of a class instance?

What error message are you getting when you call deepcopy() on this object?




--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to