https://bugs.kde.org/show_bug.cgi?id=380884

--- Comment #4 from picotmath...@gmail.com ---
Tested with all applications that I know they use python3 and qt (carla,
cadence, qarte), note I have the KXStudio repositories installed.

Simple test I tried:

houston@houston-MS-74562:~$ python3
Python 3.5.2 (default, Nov 17 2016, 17:05:23) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyQt5.QtWidgets import QApplication
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
RuntimeError: the sip module implements API v11.0 to v11.3 but the  module
requires API v12.1
>>> from PyQt4.QtGui import QApplication
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
RuntimeError: the sip module implements API v11.0 to v11.3 but the  module
requires API v12.1

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to