tkinterdnd2
tkinterdnd2 copied to clipboard
Diffrentiate between python32 bit and python64 bit on windows
Right now, the DLLS loaded when running on windows are always 64 bit. This makes this not work in the case of a python32.
To fix, we need to simply load a dll matching the current python version.