In editor, after splitting (vertically), when trying to 'close this panel' in the newly created split panel, an error returns.
What steps will reproduce the problem?
What is the expected output? What do you see instead?
I expect I can 'close this panel' to close the newly created split panel. It gives me an error instead.
Please provide any additional information below
File "C:\ProgramData\Anaconda2\lib\site-packages\spyder\widgets\editor.py", line 1239, in __setup_menu
add_actions(self.menu, list(actions) + self.__get_split_actions())
File "C:\ProgramData\Anaconda2\lib\site-packages\spyder\utils\qthelpers.py", line 314, in add_actions
target.addAction(action)
RuntimeError: wrapped C/C++ object of type SpyderAction has been deleted
pyflakes >=0.5.0 : 1.6.0 (OK)
pycodestyle >=2.3 : 2.3.1 (OK)
pygments >=2.0 : 2.2.0 (OK)
pandas >=0.13.1 : 0.20.3 (OK)
numpy >=1.7 : 1.13.1 (OK)
sphinx >=0.6.6 : 1.6.3 (OK)
rope >=0.9.4 : 0.9.4 (OK)
jedi >=0.9.0 : 0.10.2 (OK)
nbconvert >=4.0 : 5.2.1 (OK)
sympy >=0.7.3 : 1.1.1 (OK)
cython >=0.21 : 0.26 (OK)
qtconsole >=4.2.0 : 4.3.1 (OK)
IPython >=4.0;<6.0: 5.3.0 (OK)
pylint >=0.25 : 1.7.2 (OK)
@dalthviz, can you reproduce this?
Yes,  many times. On Aug 28, 2017 4:31 PM, Carlos Cordoba notifications@github.com wrote:@dalthviz, can you reproduce this?
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
I was asking to @dalthviz.
This was supposed to be fixed in 3.2.1, so I don't understand what happens in your case.
I am using 3.2.1 but it happened twice to me today. I am away from my deck now. Â I can try again later tonight.On Aug 28, 2017 4:45 PM, Carlos Cordoba notifications@github.com wrote:I was asking to @dalthviz.
This was supposed to be fixed in 3.2.1, so I don't understand what happens in your case.
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
Hi, just back home and I am sure I can replicate. Here are the steps:Â
On Monday, August 28, 2017 4:45 PM, Carlos Cordoba <[email protected]> wrote:
I was asking to @dalthviz.This was supposed to be fixed in 3.2.1, so I don't understand what happens in your case.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
I tried again this morning. I found that apart from:Â
"Notice that, the first time I tried, it seems working without the error. In this case, try to resize the newly created panel, and click on the 'wheel' menu, the error will appear."Â
Sometimes, if clicking the 'wheel' menu of the newly created panel and works without the error, then go ahead to choose 'close the panel'. Then go to the original panel and split again. This time, click on the 'wheel' menu of the newly created panel will trigger the error.Â
Hope this help.
Thanks again.
On Monday, August 28, 2017 5:56 PM, Chiu Y. <[email protected]> wrote:
Hi, just back home and I am sure I can replicate. Here are the steps:Â
On Monday, August 28, 2017 4:45 PM, Carlos Cordoba <[email protected]> wrote:
I was asking to @dalthviz.This was supposed to be fixed in 3.2.1, so I don't understand what happens in your case.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
@ccordoba12 testing in Python2 I can reproduce the problem.
@dalthviz, thanks!
@andfoy, please take a look at this one.
The error still occures in Spyder 4.1, any ideas?
Hi @MalteMederacke could you provide the details of your setup (python version, Spyder version, dependencies, etc)? Also, could you provide a step by step to reproduce this (maybe a GIF to understand who is the error raising in your case) ? Thanks!