On 17.12.2012 03:58, shining.vm wrote: > Hi,All > I meet the error when I compile the vbox. > Who know how to fix it? > mk_redirect.exe: error: _spawnvp(_P_WAIT, "python-not-found.exe", ...) > failed: No such file or directory
This is a build config inconsistency - you have no python on your system (or didn't point to it with configure.vbs) but you're compiling something which needs it. Python is not mandatory for a typical build though, as the typical Windows VirtualBox package doesn't contain python code. Can't tell just by the single line what feature fails to build due to missing python. Klaus P.S.: Please stay on the mailing list - I can't offer personal support. _______________________________________________ vbox-dev mailing list [email protected] https://www.virtualbox.org/mailman/listinfo/vbox-dev
