Message 1 of 3

Not applicable
06-22-2015
03:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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'
Solved! Go to Solution.