elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Rompecabezas de Bitcoin, Medio millón USD en premios


+  Foro de elhacker.net
|-+  Programación
| |-+  Scripting
| | |-+  Tkinter no funciona en Ubuntu
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: Tkinter no funciona en Ubuntu  (Leído 2,017 veces)
BigKaz

Desconectado Desconectado

Mensajes: 94


Ver Perfil
Tkinter no funciona en Ubuntu
« en: 18 Marzo 2017, 22:44 pm »

Hola, estoy con la ultima version de ubuntu y al intentar importar el modulo tkinter

Código:
import tkinter

me sale esto:

Código:
Traceback (most recent call last):
  File "/usr/lib/python3.5/tkinter/__init__.py", line 36, in <module>
    import _tkinter
ImportError: No module named '_tkinter'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.5/tkinter/__init__.py", line 38, in <module>
    raise ImportError(str(msg) + ', please install the python3-tk package')
ImportError: No module named '_tkinter', please install the python3-tk package

Intente buscar python3-tk con apt list y no encuentro nada, como instalo tkinter?


En línea

tincopasan


Desconectado Desconectado

Mensajes: 1.286

No es lo mismo conocer el camino que recorrerlo.


Ver Perfil
Re: Tkinter no funciona en Ubuntu
« Respuesta #1 en: 19 Marzo 2017, 00:29 am »

no uso ubuntu pero podrías probar:
Código
  1. from tkinter import *
  2.  
en lugar de lo que estás haciendo

normalmente viene instalado en los paquetes de python y sino me equivoco se puede instalar con:
$ sudo apt-get install python3-tk


En línea

Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
Que tal funciona ubuntu a 64 Bits
GNU/Linux
djkamal 9 5,931 Último mensaje 6 Enero 2011, 04:51 am
por Freeze.
No funciona internet en ubuntu
GNU/Linux
GeorgArming 1 2,660 Último mensaje 5 Diciembre 2011, 20:58 pm
por GeorgArming
No funciona webcam en ubuntu 14 « 1 2 3 »
GNU/Linux
unusuario 26 11,739 Último mensaje 5 Mayo 2015, 21:04 pm
por MinusFour
[Python3 + tkinter] Ayuda ventanas en cascada tkinter
Scripting
darkweb64 2 3,624 Último mensaje 11 Diciembre 2015, 18:04 pm
por darkweb64
Deluge no funciona en Ubuntu 16.04
GNU/Linux
Abcita 4 3,450 Último mensaje 2 Noviembre 2017, 21:17 pm
por Abcita
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines