On Tue, Jan 22, 2013 at 5:06 PM, Mark Mikofski <[email protected]> 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' > > Pierre, Carlos, Any chance this might be related to what Carlos experienced while implementing single instance mode as described by this comment? http://code.google.com/p/spyderlib/issues/detail?id=466#c35 Are there too many repeated attempts to write the config file in rapid succession? -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
