object in python.
I write this line of code
copy.deepcopy(self.widget_4)
but it doesn't work and I get this error :
TypeError: cannot pickle 'PlotWidget' object
what should I do ? I googled it for a hundred time , but get nothing suitable
As far as I know you can't pickle UI objects. Instead save its data
You mean I save and load its data? Look this is my goal👇
Обсуждают сегодня