-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spyder can't start/saving preferences if user home dir is not writable on Windows #1086
Comments
From ccordoba12 on 2012-06-08T08:59:13Z Well, your user directory has to be writable so that Spyder can save its settings permanently. Where are you saving your documents instead of it? Still worse is that on Windows we can't use a temporal directory because it is defined inside your user dir. Summary: Spyder can't start/saving preferences if user home dir is not writable on Windows |
From ondrej.c...@gmail.com on 2012-06-08T10:12:31Z Well, this directory actually is writable. It is something else. I am afraid this issue has emerged some time ago on this forum, but never solved, as far as I understood. |
From ccordoba12 on 2012-06-08T21:11:25Z Ok, I vaguely remember something along these lines but I don't use Windows so I can't be of much help. Jed, would you mind to try to see what happens? My first guess is that this could be caused by an antivirus or something which senses something wrong with our .ini file. Ondrej, last question: does the directory .spyder2 gets created in your user dir or not? |
From jed.lud...@gmail.com on 2012-06-09T15:56:34Z A similar problem was reported in the discussion group late last year, and it was ultimately traced to Fortinet virus protection software. See the discussion here: https://groups.google.com/d/topic/spyderlib/upzevMIpjyY/discussion @-ondrej: Could you try to disable any virus protection and see what happens? |
From pierre.raybaut on 2012-08-21T00:50:09Z A workaround was suggested by Vadim Sultanov in the discussion group recently: https://groups.google.com/forum/#!msg/spyderlib/a_P9JBJEZeE/gOK_Pr2WbE8J I'm adding this to the two repositories (v21 and default). Status: Started |
From pierre.raybaut on 2012-08-21T00:57:43Z This issue was updated by revision b6bc3a102be2 . This is just a workaround. Even if it seems harmless, a confirmation of whether Status: Fixed |
From bwanama...@gmail.com on 2013-01-23T11:31:24Z My solution is here: --- userconfig - Copy.py Sat Jan 5 06:31:28 2013
Note that I commented out the patch from commit b6bc3a102be2, and I didn't need (not sure if it's needed) the patch from commit 1fc0b9c4a621. Attachment: spyderlib_userconfig.patch |
From jed.lud...@gmail.com on 2013-01-23T16:14:07Z This issue was updated by revision d9438fb9d937 . |
From jed.lud...@gmail.com on 2013-01-23T16:19:21Z I've applied the above patch from @-bwanamarko to the default repository. See additional discussion at this thread: https://groups.google.com/forum/#!topic/spyderlib/QbLCrr8mXaw This discussion was in reference to version 2.1.13. Ironically, Pierre had already made an equivalent change to the tip of the v21 repository some time after the 2.1.13 tag, so no need to make any additional changes there. |
From ccordoba12 on 2013-01-24T16:59:22Z Labels: MS-v2.2 |
From jed.lud...@gmail.com on 2013-01-30T22:06:39Z issue #1242 has been merged into this issue. |
From jed.lud...@gmail.com on 2013-02-05T16:39:41Z Moving this discussion over to issue #1242 . Let's move all future discussion there. |
From ondrej.c...@gmail.com on 2012-06-08T09:23:41Z
Spyder Version: 2.1.9
Python Version: 2.7.2
Qt Version: 4.7.4, PyQt4 (API v1) 4.8.6 on Windows
What steps will reproduce the problem?
The output is identical: the Spyder apparently wants to open a file in my user documents, but Win7 (64 bit) do not like it. The same Spyder&Python runs flawlessly on my old home computer (XP, 32 bit). What is the expected output? What do you see instead? Expected: spyder starts; spyder would save the preferences.
Seen: multiple attempts before spyder starts. The "save preferences" dialog raises the same error message:
Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license" for more information.
Please provide any additional information below
.
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1086
The text was updated successfully, but these errors were encountered: