Hi,
I have created a Graphical User Interface window using the Tkinter.The application takes three input files and ,it will process the data by creating the temporary files in the input file folders.Once the output data is created ,the application deletes the temporary files which are created in that location ,once the execution of the application completes.
While running the application ,user has to close the Application window every time ,to give the new input files from the window.If the user try to gives the input files with the window already used for execution.The behavior of the application is different,the output file data created by the application is different ( not the expected results).
I would like to know is anybody face the same behavior in executing the application when user creates temporary files and deletes it.
The above behavior is not there in the UNIX OS.
Is this Python limitation in Windows OS,using the Tkinter module?
Thanks
PSB