i just install python 3.7 and also config the path.but when i type python in cmd its showing me "the application is unable to start correctly 0xc0000005"
The application was unable to start correctly (0xc0000005).click ok to close the Application
i just install python 3.7 and also config the path.but when i type python in cmd its showing me "the application is unable to start correctly 0xc0000005"
The application was unable to start correctly (0xc0000005).click ok to close the Application
For me, this happened because ordinary users didn't have read+execute access on the following file:
This was discovered by running Sysinternals' Process Monitor to see what the Python3 thread was doing.
HTH