Hi,
I have a python script that I would like to invoke through my C++ application. Does anyone know of a trivial way of doing this? Right now the only idea I can come up with is using system("python myscript.py") in C++. Thanks.
-- http://mail.python.org/mailman/listinfo/python-list