Re: Access to file dropped on .exe/.app icon
Martin 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 > I did something like that for a small program I wrote to learn more about Python Programming on Windows ... check it out http://www.3kwa.com/Tutorial/PumpItUp EuGeNe -- http://www.3kwa.com -- http://mail.python.org/mailman/listinfo/python-list
Re: Access to file dropped on .exe/.app icon
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
Access to file dropped on .exe/.app icon
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 -- http://mail.python.org/mailman/listinfo/python-list