python binary retrieved via (cygwin) git clone does not execute - error 127

2015-06-24 Thread Rick Springob
I cloned a repository using the git that comes with 64-bit cygwin. Executing python.exe in the repository results in an immediate return and an exit code of 127. The python executable was built in 32-bit cygwin. The executable works fine is 32-bit cygwin and 64-bit cygwin shells as long as the r

Re: python binary retrieved via (cygwin) git clone does not execute - error 127 - SOLVED

2015-06-25 Thread Rick Springob
Duane Ellis duaneellis.com> writes: > > > The problem has only been seen with the git > > that ships with 64-bit cygwin. > > Use “ldd” - against the executable, determine the exact file (absolute path) of every dll that is used/required. > > Including any missing DLLs. > > You might also nee