Spyder Internal Console Error

Spyder Internal Console Error

Anonymous
Not applicable
3,882 Views
2 Replies
Message 1 of 3

Spyder Internal Console Error

Anonymous
Not applicable

I am having an error in the internal console of Spyder whenever I debug/run. I can continue to use spyder if I pop out the inner console and "hide" it behind another window but it seems to prevent any user interface messages from popping up correctly, including the sample script. Any idea how to fix this?

 

This is the error:

 

Traceback (most recent call last):
File "C:\Users\Username\AppData\Local\Autodesk\webdeploy\production\a406a4b5ad17e39452da8cb08ea66b9baa6e0954\Spyder\spyderlib\plugins\editor.py", line 1392, in opened_files_list_changed
action.setEnabled(enable and WINPDB_PATH is not None)
AttributeError: 'NoneType' object has no attribute 'setEnabled'
0 Likes
Accepted solutions (1)
3,883 Views
2 Replies
Replies (2)
Message 2 of 3

neil.liu
Autodesk
Autodesk
Accepted solution

Sorry for the inconvenience. We can reproduce the issue in the office. The reason is we show internal console, while we expected it should be disabled. We fixed the issue already which should be available in the new release. 

 

Now we have a workaround for this issue. Please open the Preferences dialog from Tools menu in Spyder and turn off the option like below:

 

spyder.PNG

 

BTW, it looks this issue would not block any workflows, user interface messages would not be blocked either. 

 

Thanks,

 

0 Likes
Message 3 of 3

Anonymous
Not applicable

That solved the issue, thank you.

0 Likes