I know this topic has been around and around, and maybe it is related to antivirus (it must be right?) but I would love, love, love to see this problem solved. It should not be an issue for any antivirus ideally. I cannot disable antivirus as it's corporate. Please bump this issue (if it even is considered an issue.)
$ spyder
Traceback (most recent call last):
File "c:/Python27/Scripts/spyder", line 2, in <module>
from spyderlib import spyder
File "c:\Python27\lib\site-packages\spyderlib\spyder.py", line 81, in <module>
from spyderlib.utils.environ import WinUserEnvDialog
File "c:\Python27\lib\site-packages\spyderlib\utils\environ.py", line 17, in <module>
from spyderlib.widgets.dicteditor import DictEditor
File "c:\Python27\lib\site-packages\spyderlib\widgets\dicteditor.py", line 31, in <module>
from spyderlib.config import get_icon, get_font
File "c:\Python27\lib\site-packages\spyderlib\config.py", line 511, in <module>
set_default_color_scheme(_name, replace=False)
File "c:\Python27\lib\site-packages\spyderlib\config.py", line 508, in set_default_color_scheme
set_color_scheme(name, COLORS[name], replace=replace)
File "c:\Python27\lib\site-packages\spyderlib\config.py", line 501, in set_color_scheme
CONF.set(section, option, color_scheme[key])
File "c:\Python27\lib\site-packages\spyderlib\userconfig.py", line 323, in set
self.__save()
File "c:\Python27\lib\site-packages\spyderlib\userconfig.py", line 167, in __save
conf_file = file(fname, 'w')
IOError: [Errno 13] Permission denied: u'c:/Users/<username>\\.spyder2\\.spyder.ini'
spyder 2.1.13 installed with and without administrator privileges.