Re: [Qemu-devel] Python problem

2015-09-13 Thread Programmingkid
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? > > At the moment it should be 2.4, apart from this bug. However we're ab

Re: [Qemu-devel] Python problem

2015-09-13 Thread Peter Maydell
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? 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 up

Re: [Qemu-devel] Python problem

2015-09-12 Thread Programmingkid
On Sep 12, 2015, at 10:04 PM, Eric Blake wrote: > On 09/12/2015 07:57 PM, Programmingkid wrote: >> After a 'git pull' on 9/12/2015, I noticed that QEMU no longer builds on Mac >> OS 10.6. I think there is a problem with a python script. This is the error >> message: >> >> GEN qmp-commands.

Re: [Qemu-devel] Python problem

2015-09-12 Thread Eric Blake
On 09/12/2015 07:57 PM, Programmingkid wrote: > After a 'git pull' on 9/12/2015, I noticed that QEMU no longer builds on Mac > OS 10.6. I think there is a problem with a python script. This is the error > message: > > GEN qmp-commands.h > Traceback (most recent call last): > File "/script

[Qemu-devel] Python problem

2015-09-12 Thread Programmingkid
After a 'git pull' on 9/12/2015, I noticed that QEMU no longer builds on Mac OS 10.6. I think there is a problem with a python script. This is the error message: GEN qmp-commands.h Traceback (most recent call last): File "/scripts/qapi-commands.py", line 352, in ret = gen_marshal_inp

Re: [Qemu-devel] Python problem using MinGW when build QEMU

2012-06-04 Thread Stefan Weil
Am 05.06.2012 01:42, schrieb Arturo CV: Hello, Am trying to build the QEMU following this steps: http://qemu.weilnetz.de/qemu-doc.html#compilation I got most of the libraries dependencies and followed this other guides that I found over the net: http://lassauge.free.fr/qemu/ http://www.gaia-g

[Qemu-devel] Python problem using MinGW when build QEMU

2012-06-04 Thread Arturo CV
Hello, Am trying to build the QEMU following this steps: http://qemu.weilnetz.de/qemu-doc.html#compilation I got most of the libraries dependencies and followed this other guides that I found over the net: http://lassauge.free.fr/qemu/ http://www.gaia-gis.it/spatialite-3.0.0-BETA/mingw_how_to.h