hi,
i have a python module which i compile to an EXE (using Py2EXE).
this EXE will be called from another program which was created in C++.
my Q is, how can i return an error status from my PY exe to the calling program. is there anyway i can alert the calling to an error?
thanx for your interest!