Bug#702445: RE : Bug#702445: segfault when calling PyQt4.QtGui.QIcon.themeSearchPaths()

2013-03-06 Thread PICCA Frédéric-Emmanuel
> Almost certainly a user error/Qt "feature". Try creating a QApplication > instance first. > Please try this and report back if you are still having a problem. Yes it works once a qApplication was created. nevertheless a nice Qt "feature"... the segfautl price is a little bit high ;) Cheers F

Bug#702445: segfault when calling PyQt4.QtGui.QIcon.themeSearchPaths()

2013-03-06 Thread Scott Kitterman
>From upstream: > Almost certainly a user error/Qt "feature". Try creating a QApplication > instance first. Please try this and report back if you are still having a problem. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact

Bug#702445: segfault when calling PyQt4.QtGui.QIcon.themeSearchPaths()

2013-03-06 Thread Picca Frédéric-Emmanuel
Package: python-qt4 Version: 4.9.3-4 Severity: important Hello, I try to debug a problem in one of my package so I need to access the search path for the theme So I tryed to print PyQt4.QtGui.QIcon.themeSearchPaths(), but I got a segfault here the backtrace >>> import PyQt4.QtGui >>> PyQt4.QtGu