Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#619096: python-qscintilla2: the PyQt4.QtCore module is version 1 but the PyQt4.Qsci module requires version -1

7 views
Skip to first unread message

Astromaximum developer

unread,
Nov 2, 2011, 2:40:01 AM11/2/11
to
Looks like qscintilla bindings are broken again. Please use exactly the same
script earlier in this bug report.

Here's the minimal repro script:

import sys
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from PyQt4.Qsci import QsciScintilla

app = QApplication(sys.argv)
w = QWidget()
sci = QsciScintilla(w)
w.show()
app.exec_()


Traceback (most recent call last):
File "test_sci.py", line 4, in <module>
from PyQt4.Qsci import QsciScintilla
RuntimeError: the PyQt4.QtCore module is version 1 but the PyQt4.Qsci module
requires version -1



willow@willow-laptop:~/tmp$ uname -a
Linux willow-laptop 3.1-0.slh.3-aptosid-686 #1 SMP PREEMPT Wed Nov 2 01:09:04
UTC 2011 i686 GNU/Linux


Package: python-qscintilla2
Versions:
2.5.1-1
(/var/lib/apt/lists/ftp.ua.debian.org_debian_dists_sid_main_binary-i386_Packages) (/var/lib/dpkg/status)
Description Language:
File:
/var/lib/apt/lists/ftp.ua.debian.org_debian_dists_sid_main_binary-i386_Packages
MD5: 004fccb5b9e621e94dff59db37e73926


Reverse Depends:
tortoisehg,python-qscintilla2
python-qt4,python-qscintilla2 2.4.3-3
linkchecker-gui,python-qscintilla2
hgview,python-qscintilla2
eric,python-qscintilla2 2.4.3
connectomeviewer,python-qscintilla2
autokey-qt,python-qscintilla2
Dependencies:
2.5.1-1 - python2.6 (16 (null)) python2.7 (0 (null)) python (2 2.6) python (3
2.8) libc6 (2 2.1.3) libgcc1 (2 1:4.1.1) libqscintilla2-6 (0 (null)) libqtcore4
(2 4:4.7.0~beta1) libqtgui4 (2 4:4.5.3) libstdc++6 (2 4.1.1) python-qt4 (2
4.8.3-3~) sip-api-8.1 (0 (null))
Provides:
2.5.1-1 -
Reverse Provides:



--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
0 new messages