Hello Sir, I just started to study python and tring to make some little tools for myslef.
My script was working well with python3.6 and pycharm, but not working with pyinstaller and shows error info below, would you please to give me a clue where i should start to fix it ? Traceback (most recent call last): File "TkinterDnD2\TkinterDnD.py", line 39, in _require _tkinter.TclError: can't find package tkdnd During handling of the above exception, another exception occurred: Traceback (most recent call last): File "dropbox.py", line 170, in <module> File "dropbox.py", line 19, in __init__ File "TkinterDnD2\TkinterDnD.py", line 271, in __init__ File "TkinterDnD2\TkinterDnD.py", line 41, in _require RuntimeError: Unable to load tkdnd library. [12172] Failed to execute script dropbox -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
