Re: Ann: Tkinter drag and drop module

2006-01-13 Thread tim
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 . Any feedback is much appreciated. Best regards M

Re: Ann: Tkinter drag and drop module

2005-07-21 Thread [EMAIL PROTECTED]
yup. that's exactly what i did, on win2k... somehow, i was surprised that it would work - the filepath + file name from the binary i'd dragged and dropped onto the .exe file was properly passed to the frozen python script as an arg... -- http://mail.python.org/mailman/listinfo/python-list

Re: Ann: Tkinter drag and drop module

2005-07-18 Thread Bruno Widmann
On 2005-07-14, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > i remember freezing a python console app i wrote some time ago using > the mcmillan installer (kinda like py2exe) and was surprised to > discover that binaries dragged and dropped onto the .exe file were > handled properly as args...maki

Re: Ann: Tkinter drag and drop module

2005-07-14 Thread [EMAIL PROTECTED]
i remember freezing a python console app i wrote some time ago using the mcmillan installer (kinda like py2exe) and was surprised to discover that binaries dragged and dropped onto the .exe file were handled properly as args...making a kind of no-gui drag and drop... how about a no-gui drag and dr