Error during copy and paste of a boxsizer
M A <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
ERROR : None
An unexpected error occurred!
Exception type: <class 'TypeError'>
Exception details: clipboard_paste() missing 1 required positional argument: 'clipboard_data'
Application stack traceback:
File "/usr/local/lib/python3.7/site-packages/wx/core.py", line 3240, in <lambda>
lambda event: event.callable(*event.args, **event.kw) )
Date and time: 2019-01-13T09:11:01.683864
Python version: 3.7.2
wxPython version: 4.0.3
wxWidgets platform: __WXMAC__
wxGlade version: 0.9.0b4
I was trying to move a boxsizer from one slot to another via cut and paste. When I tried pasting I saw this error. I could not reproduce this error because all the widgets in the hierarchy were lost in the error.