7.5.3.4. Mac: write a launch script

I am told the Mac does not have a shell tool. Interscript can be launched from any Python script by simply importing the module "interscript" and calling the function
  interscript.run_from_arguments(args)
where "args" is a python list of strings, each of which is a command line argument as would be parsed by a Unix system. You will need to write a Python script that gleans this information from somewhere such as a a popup edit window, or by reading a response file. I would be interested in including such a script with interscript if someone wanted to send it to me at mailto:skaller@maxtal.com.au

It is very likely that the current version of the interscript package will also require some changes to work on the Mac. Please email any advice to me at mailto:skaller@maxtal.com.au

I will be working to isolate platform dependencies better in the next version, and to try to provide pre-configured multi-platform support.