Canopy - 35 import _tkinter # If this fails your Python may not be configured for Tk
Bonjour,
J'utilise Enthought Canopy version 2.1.9.3717 (64 bit) sans aucun problème mais je l'ai installé sur un autre poste et j'ai l'erreur suivante :
Code:
1 2 3 4 5
| 34
---> 35 import _tkinter # If this fails your Python may not be configured for Tk
36 TclError = _tkinter.TclError
37 from tkinter.constants import *
ImportError: DLL load failed: Le module spécifié est introuvable. |
J'ajoute que je fais juste un import de Turtle, car sans cet import ça marche.
Si quelqu'un parmi vous savez de quoi il en retourne ? J'ajoute que j'installe tout simplement Canopy.
Je vous remercie,
Aldrik.