Python (2.6.6 -- EPD 6.3-1 (32-bit)) can not find a binary executable when using
call(cmmd, shell=True)
On Mac OS 10.6.8, started from Eclipse/Pydev, and returns that sh could not find the executable. Running
print os.environ['PATH']
returns the default paths:
/usr/bin:/bin:/usr/sbin:/sbin
Now, running this executable or the script for that matter from any shell is not a problem and its path is added in /etc/profile, ~/.profile and in /etc/paths
Any ideas on how to configure Pydev? The run configuration seems in order, i.e. it picks up the correct python version.
Note:edited for clarity