From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zb8Fy-0006pW-QA for qemu-devel@nongnu.org; Sun, 13 Sep 2015 10:27:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zb8Fv-0002La-Jx for qemu-devel@nongnu.org; Sun, 13 Sep 2015 10:27:50 -0400 Received: from mail-qg0-x235.google.com ([2607:f8b0:400d:c04::235]:33144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zb8Fv-0002L7-C5 for qemu-devel@nongnu.org; Sun, 13 Sep 2015 10:27:47 -0400 Received: by qgev79 with SMTP id v79so97029246qge.0 for ; Sun, 13 Sep 2015 07:27:46 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Programmingkid In-Reply-To: Date: Sun, 13 Sep 2015 10:27:45 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <2C56C045-740B-4BF9-B21F-FD6C5CF52DDA@gmail.com> References: <56E5D1ED-348A-4B8A-A456-F72EF9D55150@gmail.com> <55F4D990.8060209@redhat.com> <0679589A-2C83-4DE8-96D3-59FC03E1B050@gmail.com> Subject: Re: [Qemu-devel] Python problem List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel qemu-devel On Sep 13, 2015, at 7:28 AM, Peter Maydell wrote: > On 13 September 2015 at 03:19, Programmingkid = wrote: >> Excellent. This fixed the problem. Thank you very much. The minimum >> version of python QEMU supports is 2.6? >=20 > At the moment it should be 2.4, apart from this bug. However we're = about > to raise it to 2.6 (and there's a patch on the list that updates the > version check in configure). We were only retaining Python 2.4 support = for > the benefit of RHEL5, and we stopped supporting RHEL5 in QEMU 2.5 > when we raised our minimum glib version requirement. >=20 > thanks > -- PMM This sounds like I need to add to the system requirements section of the = documentation.=20 Python 2.6 or higher is needed. Any other system requirements you think = should be added to QEMU's documentation.=20=