From turtle import * PROBLEME!!

Résolu/Fermé
tamashino Messages postés 132 Date d'inscription lundi 24 août 2009 Statut Membre Dernière intervention 22 juin 2020 - 27 févr. 2011 à 12:22
malaik5 Messages postés 258 Date d'inscription vendredi 20 novembre 2009 Statut Membre Dernière intervention 28 novembre 2013 - 1 mars 2011 à 15:44
Bonjour,
je fait du python sous linux mais.. j'ai un problème avec le module turtle :

>>> from turtle import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.6/lib-tk/turtle.py", line 107, in <module>
import Tkinter as TK
File "/usr/lib/python2.6/lib-tk/Tkinter.py", line 42, in <module>
raise ImportError, str(msg) + ', please install the python-tk package'
ImportError: No module named _tkinter, please install the python-tk package

ou est mon erreur et comment y remédier???
merci : )
ps : je fait du python avec le terminal

3 réponses

tamashino Messages postés 132 Date d'inscription lundi 24 août 2009 Statut Membre Dernière intervention 22 juin 2020 25
27 févr. 2011 à 22:21
up
0
tamashino Messages postés 132 Date d'inscription lundi 24 août 2009 Statut Membre Dernière intervention 22 juin 2020 25
27 févr. 2011 à 22:52
suite a vos nombreuse réponse.. j ai trouver la solution
j ai tout fait.. mettre a jour python, regarder dans tout les forum...etc RIEN
mais la solution est simple, j avais lus que le module turtle était inclue a python2.6.. PAS POUR MOI :S j ai du télécharger (comme dit dans le message d erreur) python-tk
et d'un coup sa a marcher :B
0
malaik5 Messages postés 258 Date d'inscription vendredi 20 novembre 2009 Statut Membre Dernière intervention 28 novembre 2013 33
1 mars 2011 à 15:44
Donc met ton sujet à résolu
Merci
0