tkinterdnd2 icon indicating copy to clipboard operation
tkinterdnd2 copied to clipboard

Please add support for x86 systems

Open moth1995 opened this issue 3 years ago • 0 comments

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 root = TkinterDnD.Tk() # notice - use this instead of tk.Tk() File "C:\Users\marco\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tkinterdnd2\TkinterDnD.py", line 285, in init self.TkdndVersion = _require(self) File "C:\Users\marco\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tkinterdnd2\TkinterDnD.py", line 55, in _require raise RuntimeError('Unable to load tkdnd library.') RuntimeError: Unable to load tkdnd library.

C:\Users\marco\Documents\Visual Studio Code\Skin_Boot_Assigner>

`

thanks a lot

moth1995 avatar Sep 02 '22 08:09 moth1995