Bonjour, je fais un programme pour le boulot. Ca fonctionne très bien tant que le fichier est en py, mais quand je passe par pyinstaller pour en faire un EXE, l'exe ne fonctionne pas:
Merci d'avance de votre aide !Traceback (most recent call last):
File "tkinterdnd2\TkinterDnD.py", line 53, in _require
_tkinter.TclError: can't find package tkdnd
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "programme.py", line 452, in <module>
File "tkinterdnd2\TkinterDnD.py", line 285, in __init__
File "tkinterdnd2\TkinterDnD.py", line 55, in _require
RuntimeError: Unable to load tkdnd library.
Partager