python and qtsvg on Jolla phone

asked 2015-07-24 18:34:50 +0300

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

updated 2015-07-25 10:04:11 +0300

warpson gravatar image

When i try to import QtSvg i see this error :

[nemo@Jolla ~]$ python Python 2.7.6 (default, May 09 2013, 12:34:56) [GCC 4.6.4 20130412 (Mer 4.6.4-1)] on linux2 Type "help", "copyright", "credits" or "license" for more information.

from PyQt5 import QtSvg Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: /usr/lib/python2.7/site-packages/PyQt5/QtSvg.so: undefined symbol: _ZTI10QSvgWidget</module></stdin>

How can i use QtSvg on Jolla | SailfishOS 1.1.6.27 ?

P.S.

Installed qt5-qtsvg-5.2.0+git0-1.3.2.armv7hl Qt scripting module Installed qt5-qtsvg-plugin-imageformat-svg-5.2.0+git0-1.3.2.armv7hl Qt SVG image format plugin

edit retag flag offensive close delete