Re: [PyQt] PyQt5 on Debian Wheezy for ARM

2013-10-09 Thread Jens Persson
So I managed to update Qt in the Sailfish SDK and I can confirm that the latest PyQt snapshot works fine. :) Greets Jens On Tue, Oct 8, 2013 at 2:31 PM, Jens Persson xerx...@gmail.com wrote: I didn't find any snapshot of the pyqt-5.0.x series. AFAIK Sailfish' SDK hasn't upgraded to qt-5.1.x

Re: [PyQt] PyQt5 on Debian Wheezy for ARM

2013-10-08 Thread Jens Persson
* ** Currently I am trying to compile PyQt5 on Debian on a BeagleBone. All ** works so far (after a few modifications...) but QtQml module does not*load. * It gives me the following error: ** ImportError: /usr/local/lib/python2.7/dist-packages/PyQt5/QtQml.so: ** undefined symbol:

Re: [PyQt] PyQt5 on Debian Wheezy for ARM

2013-10-08 Thread mail . aroessler
Try the latest snapshot, this has been fixed. It was a problem with the arm gcc 4.6. Regards Alexander -- Sent from my Nokia N9 On 08.10.13 14:05 Jens Persson wrote: Currently I am trying to compile PyQt5 on Debian on a BeagleBone. All works so far (after a few modifications...) but

Re: [PyQt] PyQt5 on Debian Wheezy for ARM

2013-10-08 Thread Jens Persson
I didn't find any snapshot of the pyqt-5.0.x series. AFAIK Sailfish' SDK hasn't upgraded to qt-5.1.x yet. Greets Jens On Tue, Oct 8, 2013 at 2:31 PM, mail.aroess...@gmail.com wrote: Try the latest snapshot, this has been fixed. It was a problem with the arm gcc 4.6. Regards Alexander

[PyQt] PyQt5 on Debian Wheezy for ARM

2013-09-30 Thread Alexander Rössler
Hello, Currently I am trying to compile PyQt5 on Debian on a BeagleBone. All works so far (after a few modifications...) but QtQml module does not load. It gives me the following error: ImportError: /usr/local/lib/python2.7/dist-packages/PyQt5/QtQml.so: undefined symbol:

Re: [PyQt] PyQt5 on Debian Wheezy for ARM

2013-09-30 Thread Phil Thompson
On Mon, 30 Sep 2013 23:10:58 +0200, Alexander Rössler mail.aroess...@gmail.com wrote: Hello, Currently I am trying to compile PyQt5 on Debian on a BeagleBone. All works so far (after a few modifications...) but QtQml module does not load. It gives me the following error: ImportError: