From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RglaG-0004oP-P1 for qemu-devel@nongnu.org; Fri, 30 Dec 2011 18:09:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RglaF-0007g1-PW for qemu-devel@nongnu.org; Fri, 30 Dec 2011 18:09:56 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:50427) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RglaF-0007fO-L0 for qemu-devel@nongnu.org; Fri, 30 Dec 2011 18:09:55 -0500 Message-ID: <4EFE4483.1010707@weilnetz.de> Date: Sat, 31 Dec 2011 00:08:51 +0100 From: Stefan Weil MIME-Version: 1.0 References: <5DE30B86318741F8B2D56EA407C5A8DB@FSCPC> In-Reply-To: <5DE30B86318741F8B2D56EA407C5A8DB@FSCPC> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Compiling without python? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sebastian Herbszt Cc: qemu-devel@nongnu.org Am 30.12.2011 23:36, schrieb Sebastian Herbszt: > Sebastian Herbszt wrote: >> Is it still possible to compile without python? >> >> python /v1.0-267-gda5361c/scripts/qapi-commands.py -m -o . >> /bin/sh: python: command not found >> make: *** [qmp-commands.h] Error 127 >> >> Sebastian > > Care to answer? > > Thanks, > Sebastian No, this is no longer possible. You need Python 2.x. Python 3.x does not work! Regards, Stefan