It appears you do not have /c/Python27 in your path. Can you `echo
$PATH` and see if it's missing?

I would also suggest trying to build the MSVC version instead of the
GNU toolchain version, but that also requires Python in the Windows
path.

jack.

On Thu, Mar 16, 2017 at 8:07 AM, Malsha Ranawaka <malsha.lr...@gmail.com> wrote:
> Hello,
>
> I'm Malsha Ranawaka, a computer engineering undergraduate from University of 
> Moratuwa, Sri Lanka. I'm interested in contributing to servo as part of 
> Outreachy Round 14.
>
> I'm trying to build the servo project in Windows using MSYS (Mingw). I 
> followed the steps in Github, however it gives an error when executing the 
> command for building the project. The error details are as follows:
>
>     Command executed: ./mach build --dev
>     Error           : ./mach: line 9: exec: python: cannot execute: Is a 
> directory
>     Line 9 in .mach file in project: ''':' && if [ ! -z "$MSYSTEM" ] ; then 
> exec python "$0" "$@" ; else which python2.7 > /dev/null 2> /dev/null && exec 
> python2.7 "$0" "$@" || exec python "$0" "$@" ; fi
>
> How can I solve this error? Any help would be greatly appreciated.
>
> Thank you.
>
> Regards,
> Malsha Ranawaka
>
> _______________________________________________
> dev-servo mailing list
> dev-servo@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-servo
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to