Re: [PyQt] Building PyQt5

2013-09-11 Thread pwuertz
pwuertz wrote > The include path configure.py wrote to the .pro files was > /usr/local/include/python2.7, whereas my python headers are in > /usr/local/python2.7. Sorry, typo. I meant that my real include path is /usr/include/python2.7 $ python-config --cflags -I/usr/include/python2.7 -I/usr/incl

Re: [PyQt] Building PyQt5

2013-09-11 Thread Dmitrijs Ledkovs
On 10 September 2013 17:32, pwuertz wrote: > Hi, > > I just tried to compile PyQt5 on my Ubuntu 13.04 system. After successfully > running configure.py, the compiler immediately stopped due to "Python.h" not > being found. The include path configure.py wrote to the .pro files was > /usr/local/incl