Here's what happens when I type "spyder" in the command line:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\uqaschwa>spyder
Traceback (most recent call last):
  File "C:\Python26\Scripts\spyder", line 2, in <module>
    from spyderlib import spyder
  File "C:\Python26\lib\site-packages\spyderlib\spyder.py", line 49,
in <module>

    from spyderlib.utils.environ import WinUserEnvDialog
  File "C:\Python26\lib\site-packages\spyderlib\utils\environ.py",
line 16, in <
module>
    from spyderlib.config import _
  File "C:\Python26\lib\site-packages\spyderlib\config.py", line 317,
in <module
>
    subfolder=_subfolder, backup=True, raw_mode=True)
  File "C:\Python26\lib\site-packages\spyderlib\userconfig.py", line
99, in __in
it__
    self.load_from_ini()
  File "C:\Python26\lib\site-packages\spyderlib\userconfig.py", line
131, in loa
d_from_ini
    self.read(self.filename())
  File "C:\Python26\lib\ConfigParser.py", line 286, in read
    self._read(fp, filename)
  File "C:\Python26\lib\ConfigParser.py", line 510, in _read
    raise e
ConfigParser.ParsingError: File contains parsing errors: C:\Users
\uqaschwa\.spyd
er2\.spyder.ini
        [line 430]: "ace', 'DejaVu Sans Mono', 'Consolas', 'Courier
New', 'Bitst
ream Vera Sans Mono', 'Andale Mono', 'Liberation Mono', 'Monaco',
'Courier', 'mo
nospace', 'Fixed', 'Terminal']\n"

C:\Users\uqaschwa>

On Jul 18, 5:41 pm, David Verelst <[email protected]> wrote:
> Hi,
>
> First, I am not a WIndows 7 user, so I might so some silly things here...
>
> What happens if you launch spyder from the command line (command prompt, I
> think you can find it some where in the folder accessories)? If it fails to
> launch, there should be a traceback to the error. Maybe you can post that
> one? Also try to the start spyder in the debug mode from the command line:
> spyder --debug
> Have you tried switching hyper threading back on?
>
> Regards,
> David
>
> On 18 July 2011 06:43, Jason Sale <[email protected]> wrote:
>
>
>
>
>
>
>
> > Hi everyone,
> > I don't know if this is the right place, but I just installed Python
> > XY on my windows 7 64-bit PC, and when I click on the button to launch
> > Spyder nothing happens. I tried running spyder directly (from the
> > start menu) but again, nothing. It doesn't even come up in the task
> > manager...
>
> > This started happening a few minutes ago. It used to work fine until I
> > switched hyperthreading off, restarted, launched python (it worked the
> > first time, so I doubt this is related but it might be worth
> > mentioning...) and then closed it again. Then it stopped working. No
> > errors, nothing. I tried restarting and totally uninstalling/
> > installing Python XY again.
>
> > Is this a known bug?
>
> > --
> > 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].
> > For more options, visit this group at
> >http://groups.google.com/group/spyderlib?hl=en.

-- 
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].
For more options, visit this group at 
http://groups.google.com/group/spyderlib?hl=en.

Reply via email to