Please add support for x86 systems
I know its an old topic, but we need support for x86 system, it would be really useful if you can provide a solution, i saw the binary files from the tkdnd project and tried to replace the ones that are located in the x64 folder but couldnt compile properly, i have this error when i try to run your example
` py test.py Traceback (most recent call last): File "C:\Users\marco\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tkinterdnd2\TkinterDnD.py", line 53, in _require TkdndVersion = tkroot.tk.call('package', 'require', 'tkdnd') _tkinter.TclError: couldn't load library "C:\Users\marco\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tkinterdnd2\tkdnd\win64/libtkdnd2.9.2.dll": Bad exe format. Possibly a 32/64-bit mismatch.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "test.py", line 5, in
C:\Users\marco\Documents\Visual Studio Code\Skin_Boot_Assigner>
`
thanks a lot