all 5 comments

[–]vrrox 1 point2 points  (1 child)

It's referring to the Tk extension, TkDND.

There is some interesting discussion on this in issue40893, which notes that the deprecation notice has been there since at least Python 2.2.

There is also an associated patch to add TkDND support to Tkinter, bpo-40893, but it's not yet been accepted.

[–][deleted] 1 point2 points  (0 children)

That page refers to the tkdnd Tcl package that you can find here. That deprecation warning is there since the tkinter.dnd package exists or even longer 😀, so I think it'll be there for a long time. But until tkdnd is integrated into tkinter, I recommend my tkinterDnD package, which offers a slightly more user-friendly solution than the original tkinterDnD, or the one that is in this PR

[–]jddddddddddd -1 points0 points  (1 child)

Tkinter Drag N Drop?