I am writing a tk inteface to allow users to run a number of different scripts. I am wanting to beable to share certain global variables between the interface and the various scripts (eg file directory, save as etc etc). I have looked at writing my own modules, includes and passing data to the command line. What would be a good method to achieve this goal. Your wisdom and comments are always welcome.
Thank you