Downloaded and installed (again) a fresh copy of the 32-bit version to my USB thumb drive. The machine @ work is a Dell Optiplex 780, running Win XP Pro. I do not have admin rights.
On Thursday, November 22, 2012 1:31:51 PM UTC-8, Felix Zumstein wrote:
put a PAUSE at the end, this should keep the command window open so you can read the error message.
Looks like a permissions problem on spyder.ini? Seems kind of odd for a fresh install?
Traceback (most recent call last):
File "spyder", line 2, in <module>
from spyderlib import spyder
File "E:\WinPython-32bit-2.7.3.1\python-2.7.3\lib\site-packages\spyderlib\spyd
er.py", line 81, in <module>
from spyderlib.utils.environ import WinUserEnvDialog
File "E:\WinPython-32bit-2.7.3.1\python-2.7.3\lib\site-packages\spyderlib\util
s\environ.py", line 17, in <module>
from spyderlib.widgets.dicteditor import DictEditor
File "E:\WinPython-32bit-2.7.3.1\python-2.7.3\lib\site-packages\spyderlib\widg
ets\dicteditor.py", line 31, in <module>
from spyderlib.config import get_icon, get_font
File "E:\WinPython-32bit-2.7.3.1\python-2.7.3\lib\site-packages\spyderlib\conf
ig.py", line 511, in <module>
set_default_color_scheme(_name, replace=False)
File "E:\WinPython-32bit-2.7.3.1\python-2.7.3\lib\site-packages\spyderlib\conf
ig.py", line 508, in set_default_color_scheme
set_color_scheme(name, COLORS[name], replace=replace)
File "E:\WinPython-32bit-2.7.3.1\python-2.7.3\lib\site-packages\spyderlib\conf
ig.py", line 499, in set_color_scheme
value = CONF.get(section, option, default=None)
File "E:\WinPython-32bit-2.7.3.1\python-2.7.3\lib\site-packages\spyderlib\user
config.py", line 257, in get
self.set(section, option, default)
File "E:\WinPython-32bit-2.7.3.1\python-2.7.3\lib\site-packages\spyderlib\user
config.py", line 323, in set
self.__save()
File "E:\WinPython-32bit-2.7.3.1\python-2.7.3\lib\site-packages\spyderlib\user
config.py", line 167, in __save
conf_file = file(fname, 'w')
IOError: [Errno 13] Permission denied: u'E:\\WinPython-32bit-2.7.3.1\\scripts\\.
.\\python-2.7.3\\..\\settings\\.spyder2\\.spyder.ini'
Press any key to continue . . .
Did you move the WinPython folder after unpacking? I've had problems with Spyder after doing that.
Nope, just put it on the USB drive as part of the install process, then never moved it since. Isn't part of the whole point of this version supposed to be that it can be moved/copied about *without* problems?
Thanks,
Monte