I wrote a wrapper for the tkdnd Tk extension (<http://sourceforge.net/projects/tkdnd>), which adds native drag and drop support to Tkinter (windows and unix only). It was the first time for me to try wrapping a Tk extension, and I couldn't find any documentation on this, so I would still consider it experimental; however at least for the most part it seems to work well. The module can be used with both standard Tkinter and Tix, and makes it quite easy to e.g. drop a bunch of files from a file manager onto any Tkinter widget. It comes with a basic reference manual and a small demo app. It can be found at <http://www.8ung.at/klappnase/TkinterDnD/TkinterDnD.html>.
Any feedback is much appreciated. Best regards Michael -- http://mail.python.org/mailman/listinfo/python-list