Question: Hello, I have this code and am getting the error below. I can't seem to resolve the error and would appreciate any help. Error -
Hello, I have this code and am getting the error below. I can't seem to resolve the error and would appreciate any help.
Error -

pFunc = PyDict_GetItemString(pDict, procname) ; if (PyCallable_Check(pFunc) ) Exception Unhandled 4 X pValue = Py_BuildValue("(z)", paramval) ; PyErr_Print( ); Unhandled exception at 0x10469F27 (python36.dll) in Project3.exe: presult = PyObject_CallObject(pFunc, pValue 0xCO000005: Access violation reading location 0x00000004. PyErr_Print(); Copy Details | Start Live Share session.. else Exception Settings
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
