Python 2.7.10 no centos 6.6 mas sem o IDLE

1

Instalei o Python 2.7.10 no meu laptop Centos 6.6 de 32 bits, mas quando eu digito IDLE no prompt, recebo isso

[sinux1@horriblehost ~]$ idle
** IDLE can't import Tkinter.
Your Python may not be configured for Tk. **

Python 2. alguma outra coisa foi originalmente o padrão

Eu instalei com sucesso o 2.7.10 (embora não haja IDLE?)

[sinux1@horriblehost ~]$ python
Python 2.7.10 (default, Jul 23 2015, 12:59:32) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-11)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 

O que eu faço? Eu gostaria de poder usar o IDLE, embora todo esse empreendimento fosse para que eu pudesse codificar o Python no Eclipse Mars ...

    
por Sinux1 26.07.2015 / 06:25

2 respostas

0

Eu corri make e make install depois de instalar todas as coisas recomendadas sem sucesso. Começou a receber esta mensagem

Python build finished, but the necessary bits needed to build these modules were not found: bsddb185 sunaudiodev To find the necessary bits, look in setup.py in detect_modules() for the module's name.

Eu desisti, tentei apagar / desinstalar tudo e tente novamente ... mas deparei com essa sugestão

python setup.py install

Eu o executei, agora o IDLE funciona .... mas ainda estou recebendo a notificação sobre bsddb185 e sunaudiodev

    
por 27.07.2015 / 00:45
0

Tente instalar esses pacotes: tk , tk-devel , tcl , tcl-devel e, em seguida, reinstale python .

    
por 26.07.2015 / 10:32

Tags