Re: [PyQt] Next PyQt5 and SIP Releases

2013-08-23 Thread Phil Thompson
On Fri, 23 Aug 2013 16:53:44 +1200, Glenn Ramsey wrote: > On 18/08/13 22:32, Phil Thompson wrote: >> The current PyQt5 and SIP snapshots are release candidates so any testing >> with them would be greatly appreciated. >> > > I couldn't find QWidget::createWindowContainer in 5.0.1 and it's not > m

Re: [PyQt] Next PyQt5 and SIP Releases

2013-08-22 Thread Glenn Ramsey
On 18/08/13 22:32, Phil Thompson wrote: The current PyQt5 and SIP snapshots are release candidates so any testing with them would be greatly appreciated. I couldn't find QWidget::createWindowContainer in 5.0.1 and it's not mentioned in the changelog of the current snapshot. Glenn _

Re: [PyQt] Next PyQt5 and SIP Releases

2013-08-22 Thread Phil Thompson
On Thu, 22 Aug 2013 13:39:40 +0400, Dmitry Shachnev wrote: > On Mon, Aug 19, 2013 at 4:54 PM, John Donovan wrote: >> It seems that the two glob searches in generate_plugin_makefile() >> (line 1180) look for libpython like this: >> /usr/lib/libpython3.3* >> >> Whereas on the Pi, libpython lives he

Re: [PyQt] Next PyQt5 and SIP Releases

2013-08-22 Thread Dmitry Shachnev
On Mon, Aug 19, 2013 at 4:54 PM, John Donovan wrote: > It seems that the two glob searches in generate_plugin_makefile() > (line 1180) look for libpython like this: > /usr/lib/libpython3.3* > > Whereas on the Pi, libpython lives here: > /usr/lib/arm-linux-gnueabihf/ This patch solves the problem