Bug#669135: Pls close - issue is in apt

2012-04-17 Thread Astromaximum developer
Issue is in apt package. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#647321: #647321, tortoisehg: Crash on start. RuntimeError: the PyQt4.QtCore module is ...

2011-11-02 Thread Astromaximum developer
It's being addressed. See #647210. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

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

2011-11-01 Thread Astromaximum developer
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 =