Hi,
I wrote one simple C code and integrated python interpreter.
I am using Python C API to run the python command.
Below code used Python C API inside .c file.
PyObject* PyFileObject = PyFile_FromString("test.py", (char *)"r");
int ret = PyRun_SimpleFile(PyFile_AsFile(PyFileObject), "test.py
Hi There,
I want to check the health of IE process using python. I am running an
application on IE. I have to verify that the application is not
crashing the IE. Is there any module which can help me in getting the
process status?
Thanks,
Neel
--
http://mail.python.org/mailman/listinfo/python
Hi There,
I want to check the health of IE process using python. I am running an
application on IE. I have to verify that the application is not
crashing the IE. Is there any module which can help me in getting the
process status?
Thanks,
Neel
--
http://mail.python.org/mailman/listinfo/python