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 -

Hello, I have this code and am getting the error below. I

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!