Re: [Qemu-devel] Help with qapi.py problem

2016-03-30 Thread Programmingkid
On Mar 30, 2016, at 11:51 AM, Eric Blake wrote: > On 03/30/2016 09:10 AM, Programmingkid wrote: >> I just git pull'ed today and now have this problem: >> >> .../scripts/qapi.py", line 1726, in maybe_open >>return open(name, opt) >> IOError: [Errno 1] Operation not permitted: './qapi-types.h'

Re: [Qemu-devel] Help with qapi.py problem

2016-03-30 Thread Eric Blake
On 03/30/2016 09:10 AM, Programmingkid wrote: > I just git pull'ed today and now have this problem: > > .../scripts/qapi.py", line 1726, in maybe_open > return open(name, opt) > IOError: [Errno 1] Operation not permitted: './qapi-types.h' What are the file permissions on ./qapi-types.h? That

[Qemu-devel] Help with qapi.py problem

2016-03-30 Thread Programmingkid
I just git pull'ed today and now have this problem: .../scripts/qapi.py", line 1726, in maybe_open return open(name, opt) IOError: [Errno 1] Operation not permitted: './qapi-types.h' This is the version of python I am using: >>> import sys >>> print (sys.version) 2.6.1 (r261:67515, Jun 24 20