@barsanuphe: ^^ ;p.
While you're at it, I realized halfway through the shell wrapper that it was probably overkill, if we just wrap the gist of main in a try/except block, we should be able to handle the "success"/"failure" feedback from inside the Python script, and simply get rid of the then unnecessary wrapper.
We'd just loose the idiot-proof python check, but I guess you deserve to get silent failure if you forget to install Python before running a Python script ;p.
|