Hi,

I recently upgraded a lot of my python packages to newer versions (numpy 
1.7.1, scipy 0.12.0, matplotlib 1.2.1, ipython 0.13.2, spyder 2.2.0, 
pyreadline 2.0). I'm running python 2.6.6 x86 on Windows 7 64 bit.

My issue is that when I ran the spyder after updating it worked OK except I 
could not open the preferences dialog. I tried resetting the window 
positions and it had no effect. I then thought I'd reset the configurations 
to defaults using the "--reset" command line argument. Now every time I try 
to run spyder I get the following error:

Traceback (most recent call last):
  File "C:\Python26_x86\lib\site-packages\spyderlib\spyder.py", line 2094, 
in ma
in
    mainwindow = run_spyder(app, options, args)
  File "C:\Python26_x86\lib\site-packages\spyderlib\spyder.py", line 1989, 
in ru
n_spyder
    main.setup()
  File "C:\Python26_x86\lib\site-packages\spyderlib\spyder.py", line 783, 
in set
up
    self.extconsole = ExternalConsole(self, light_mode=self.light)
  File 
"C:\Python26_x86\lib\site-packages\spyderlib\plugins\externalconsole.py",
 line 477, in __init__
    scientific = scientific_libs_available(executable)
  File 
"C:\Python26_x86\lib\site-packages\spyderlib\plugins\externalconsole.py",
 line 58, in scientific_libs_available
    for m in mods]
  File "C:\Python26_x86\lib\site-packages\spyderlib\utils\programs.py", 
line 269
, in is_module_installed
    return eval(output)
  File "<string>", line 1
     True
^
 SyntaxError: invalid syntax

Has anyone come across this before or have I managed to get some 
dependancies mixed up? I installed the binary packages in every case and 
made sure they were all for Python 2.6 win32.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to