OK, I'm crazy. I deleted .spyder2 and reinstalled but no change always the same error. Then I went to another, similar system (also win7 x63 + McAfee8.7i) and voila it works! So I copied the .spyder2 folder to my original machine and reinstalled, and it works again, for now. Hmmmmm. Looking forward to 2.2!
On Tuesday, January 22, 2013 4:06:58 PM UTC-8, Mark Mikofski wrote: > > 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.) > > Expect: spyder starts > Observe: spyder crashes > Traceback: > $ 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' > > System: > Windows 7 x64 > McAfee Enterprise 8.7.0i > python 2.7.3 > spyder 2.1.13 installed with and without administrator privileges. > ipython 0.13.1 > matplotlib 1.2.0 > numpy 1.6.2 > scipy 0.11.0 > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To view this discussion on the web visit https://groups.google.com/d/msg/spyderlib/-/oOeECf5nKPIJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
