Closed pkars closed 3 years ago
Terminal plugin raises an error when opening Spyder preferences window. The issue is in confpage.py:
confpage.py
File "[removed]/spyder_terminal/confpage.py", line 50, in setup_page elif sys.platform.startswith('linux'): NameError: name 'sys' is not defined
This prevents setting terminal preferences, too. Adding import sys to the file fixes the problem.
import sys
What steps will reproduce the problem?
Hi @pkars this issue is fixed by #201 and included in the latest release 4.2, to update please type in a console,
conda update spyder conda install spyder-terminal -c spyder-ide
Description of your problem
Terminal plugin raises an error when opening Spyder preferences window. The issue is in
confpage.py
:This prevents setting terminal preferences, too. Adding
import sys
to the file fixes the problem.What steps will reproduce the problem?
Versions and main components