If you're using native windows, you can catch the WM_DROPFILES
window message and use win32api.DragQueryFile to get the names of dropped
files.
Roger
"Nisarg Kothari" <[EMAIL PROTECTED]> wrote:
>I need a way to drag and drop file[names] from windows into some Python
> based gui. The only thing I found remotely close to what I'm looking for
> is Tkdnd.py, but that only works within the program. I need support for
> dragging from the windows desktop or explorer window. As I have not yet
> begun making the GUI, I'm open to any kind of solution. If it is
> necessary I can use a compiled snippet of some other language (Java?) to
> call my python, either in script or executable form (via py2exe). This
> is a windows only project so cross-platform support is not necessary.
> Any suggestions?
_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32