Il n'y a aucune chance que çà trouve TkTreectrl sans avoir effectué:
1 2 3 4 5 6
| Installation
Unpack the zip-archive and run:
# python setup.py install
or simply copy the TkTreectrl folder into your Python installation's site-packages directory. |
i.e. installé le stub "Python" qui vous permettra d'utiliser la bibliothèque TCL construite avec "./configure".
note: si vous aviez installé ce "stub", l'import fonctionnerait même sans avoir installé la bibliothèque TCL qu'il ne va chercher que lorsqu'on crée les widgets associés, i.e. bien après "import".
- W
Partager