PYTHON SPYDER problema inicial no LUBUNTU

0

Instalei o spyder no centro de software, mas ele gera o seguinte arquivo de erro / bug quando tento executar o spyder.

Traceback (most recent call last):
     File "/usr/local/lib/python2.7/dist-packages/spyderlib/spyder.py", line 2354, in main mainwindow = run_spyder(app, options, args)
     File "/usr/local/lib/python2.7/dist-packages/spyderlib/spyder.py", line 2242, in run_spyder main.setup()
     File "/usr/local/lib/python2.7/dist-packages/spyderlib/spyder.py", line 775, in setup message=_("Spyder Internal Console\n\n"
     File "/usr/local/lib/python2.7/dist-packages/spyderlib/plugins/console.py", line 56, in __init__ light_background=light_background)
     File "/usr/local/lib/python2.7/dist packages/spyderlib/widgets/internalshell.py", line 119, in __init__ profile)
     File "/usr/local/lib/python2.7/dist-packages/spyderlib/widgets/shell.py", line 665, in __init__ self.shortcuts = self.create_shortcuts()
     File "/usr/local/lib/python2.7/dist-packages/spyderlib/widgets/shell.py", line 671, in create_shortcuts parent=self)
     File "/usr/local/lib/python2.7/dist-packages/spyderlib/guiconfig.py", line 100, in create_shortcut keystr = get_shortcut(context, name)
     File "/usr/local/lib/python2.7/dist-packages/spyderlib/guiconfig.py", line 90, in get_shortcut return CONF.get('shortcuts', '%s/%s' % (context, name), default=default)
     File "/usr/local/lib/python2.7/dist-packages/spyderlib/userconfig.py", line 377, in get raise cp.NoOptionError(option, section)
 NoOptionError: No option 'Console/Inspect current object' in section: 'shortcuts'

Ele mostra esta janela dizendo:

spyder crashed during last session
if spyder does not start at all and before submitting a bug report, please try to reset settings to defaults by running spyder with the command line option '--reset':
python spyder --reset

Eu executei esse comando, mas não há diferença.

Minha configuração:

  • SO: Lubuntu 14.10 64 bits
  • Versões do Python: 2.7.9 e 3.4.2 instaladas
  • IPython ou IDLE começando e funcionando bem

Eu pensei que o problema está nos pacotes. Então eu decidi instalar o anaconda, mas ainda me dá as mesmas mensagens.

    
por acs 25.01.2015 / 13:30

1 resposta

-1

© suponha que você esteja usando o turco como idioma do sistema. Transforme em inglês e deve funcionar, então sugiro que você faça uma instalação limpa.

    
por Yusuf GÜREL 13.02.2015 / 13:00