Hi everyone!
I wrote a Python 2.5 application, with GUI from Tkinter module. To make it short, the user has to load a file and can start to work on it.
I made it Windows executable with py2exe, and installable with Inno, with a file association setting. So now, if I double-click on a .xxx file, it launches my application.
Now the problem is that I have no clue how to load the double-clicked file into the program. It seems the answer is somewhere in the win32*** modules, but after spending few days looking for it, I didn't find any way to do it.
Any help, lead or solution appreciated!
Thanks,
yan