Re: [PyQt] Specifying Include Directories for PyQt Build

2012-10-28 Thread Phil Thompson
On Sun, 21 Oct 2012 00:57:27 -0400, Scott Kitterman wrote: > On Saturday, October 20, 2012 10:42:07 PM Scott Kitterman wrote: >> On Saturday, October 20, 2012 08:44:25 PM Scott Kitterman wrote: >> > Starting with python3.3, python will support multiarch [1] in Debian >> > and >> > Ubuntu. As part

Re: [PyQt] Specifying Include Directories for PyQt Build

2012-10-20 Thread Scott Kitterman
On Saturday, October 20, 2012 10:42:07 PM Scott Kitterman wrote: > On Saturday, October 20, 2012 08:44:25 PM Scott Kitterman wrote: > > Starting with python3.3, python will support multiarch [1] in Debian and > > Ubuntu. As part of this change, the path for some of the Python header > > files has

Re: [PyQt] Specifying Include Directories for PyQt Build

2012-10-20 Thread Scott Kitterman
On Saturday, October 20, 2012 08:44:25 PM Scott Kitterman wrote: > Starting with python3.3, python will support multiarch [1] in Debian and > Ubuntu. As part of this change, the path for some of the Python header > files has changed, so I need to specify multiple include directories. > Here's an

[PyQt] Specifying Include Directories for PyQt Build

2012-10-20 Thread Scott Kitterman
Starting with python3.3, python will support multiarch [1] in Debian and Ubuntu. As part of this change, the path for some of the Python header files has changed, so I need to specify multiple include directories. Here's an example using pkg-config so show the difference between python3.2 and