[PyQt] Solved: PyQt module QtSvg doesn't build on Ubuntu (as well as help, webkit, sensors, etc.)

2013-10-08 Thread lloyd konneker
The solution is to ensure that the distribution's package for QtSvg development is installed. On Ubunutu 13.04, installing package 'Qtcreator' is not enough. You also must install package 'libqt5svg5-dev'. (A decision made by Ubuntu packagers?) The symptoms (in my case) started with a Python im

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, wrote: > Try the latest snapshot, this has been fixed. It was a problem with the > arm gcc 4.6. > > > Regards > > Alexander > > > > _

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
>* *>* 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: >_ZN11Q

[PyQt] PyCharm 3

2013-10-08 Thread Dave Gradwell
Hello list,  I just found out the PyCharm 3 is available and it comes with a free, community edition and specific support for PyQt - which is extremely enlightened I think. No affiliation here, just a satisfied user. Best, Dave.___ PyQt mailing listP

Re: [PyQt] module QtSvg doesn't build in, PyQt-gpl-5.1.1-snapshot-fc7b8711dba0 (lloyd konneker)

2013-10-08 Thread Phil Thompson
On Mon, 07 Oct 2013 21:03:54 -0400, lloyd konneker wrote: > I determined that QtSvg is not a subtarget in the Makefile. > > I will assume that is intended and that I shouldn't be using a > snapshot. I will regress to the released PyQt5.1. It should work fine. Run configure.py with the --verbo

Re: [PyQt] pyqt5.1 baffling exceptions: AttributeError: 'Qxxxxxx' object has no attribute 'QWidget'

2013-10-08 Thread Phil Thompson
On Tue, 08 Oct 2013 10:29:44 +1100, Stephen Gava wrote: > On 07/10/13 23:36, Phil Thompson wrote: >> Hopefully fixed in tonight's PyQt5 snapshot, or try the attached patch. > > great thanls Phil, i'll try building the snapshot when it's available > and test that. > > any wild idea how far away