Re: (Windows) "Dropping" stuff onto a Python script

2008-11-07 Thread Aaron Brady
On Nov 6, 2:56 am, [EMAIL PROTECTED] wrote: > Hello people, > > I'd like to have the functionality known from "real" executables that > if I drag-drop a file icon on top of the app, the app starts and has > the file's path as command-line argument. > > However, this doesn't seem to work with Python

Re: (Windows) "Dropping" stuff onto a Python script

2008-11-07 Thread Roger Upole
This is done via a drop handler. Add registry key HKCR\Python.File\shellex\DropHandler with a default value of {86C86720-42A0-1069-A2E8-08002B30309D} Roger <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello people, > > I'd like to have the functionality known from "r

Re: (Windows) "Dropping" stuff onto a Python script

2008-11-06 Thread Tim Golden
[EMAIL PROTECTED] wrote: Hello people, I'd like to have the functionality known from "real" executables that if I drag-drop a file icon on top of the app, the app starts and has the file's path as command-line argument. However, this doesn't seem to work with Python scripts because Windows sees