Python Scope Error – "The specified Python path is not valid" even after reinstalling

@nashwasabila11

  1. Open the exception detaila from locals pane by running in debug mode to check the full error that might give correct issue
  2. First try to run a simple python script with no imports and simple code like addition of number or so to check if setup is proper
  3. As per error looks like the return or import is failing ..import might fail if library path is not provided or if there are multiple instances of python

Cheers