Re: [python-win32] Passing arguments/values back and forth between separate executables at/during runtime

2014-04-23 Thread Tim Roberts
Jacob Kruger wrote: > ... > Alternatively, what would maybe be a better method for passing > string/numeric values back and forth between two separate executables > in this style/sense? > > Something like peek/poke back in old days, or something like > writing values to windows registry? Do

[python-win32] Passing arguments/values back and forth between separate executables at/during runtime

2014-04-23 Thread Jacob Kruger
Ok, since seem to have issues with compiling executables into workable/running modules using certain distribution tools, if I try to implement certain bits of functionality, but, if I sort of split the pieces up into separate apps, and compile them separately, using different sets of tools, etc.