GeExecuteProgramEx in Python?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 24/10/2011 at 06:21, xxxxxxxx wrote:

Any chance we could get GeExecuteProgramEx() exposed in Python?

Michael

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 24/10/2011 at 06:55, xxxxxxxx wrote:

Use os.system or subprocess.Popen.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 24/10/2011 at 07:33, xxxxxxxx wrote:

I'm using subprocess.call for convenience, but it would be nice to have the same methods available in the Python and C++ API both

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 26/10/2011 at 00:55, xxxxxxxx wrote:

Why would it ? The subprocess module is perfect for this.
In C++ you use system from the stdlib.h header.