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