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
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
_
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
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