- Open the exception detaila from locals pane by running in debug mode to check the full error that might give correct issue
- 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
- 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