On Apr 22, 1:41 pm, Martin <[EMAIL PROTECTED]> wrote:
> If i create an app using py2exe/py2app is there then a way on windows/
> mac to get access to a file dragged and dropped on to the .exe/.app
> icon?
>
> Martin

Windows:
import sys
print sys.argv[1:]

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to