[Python-modules-team] 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

[Python-modules-team] Processed: bug 702445 is forwarded to http://www.riverbankcomputing.com/pipermail/pyqt/2013-March/032429.html

2013-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: forwarded 702445 http://www.riverbankcomputing.com/pipermail/pyqt/2013-March/032429.html Bug #702445 [python-qt4] segfault when calling PyQt4.QtGui.QIcon.themeSearchPaths() Set Bug forwarded-to-address to

[Python-modules-team] Processed: bug 702169 is forwarded to https://github.com/numpy/numpy/issues/3125

2013-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: forwarded 702169 https://github.com/numpy/numpy/issues/3125 Bug #702169 [python-numpy] python-numpy: np.finfo(np.clongdouble).precision wrong on powerpc Set Bug forwarded-to-address to 'https://github.com/numpy/numpy/issues/3125'. thanks

[Python-modules-team] Processing of python-oauthlib_0.3.8-1_amd64.changes

2013-03-06 Thread Debian FTP Masters
python-oauthlib_0.3.8-1_amd64.changes uploaded successfully to localhost along with the files: python-oauthlib_0.3.8-1.dsc python-oauthlib_0.3.8.orig.tar.gz python-oauthlib_0.3.8-1.debian.tar.gz python-oauthlib_0.3.8-1_all.deb python3-oauthlib_0.3.8-1_all.deb Greetings, Your

[Python-modules-team] python-oauthlib_0.3.8-1_amd64.changes ACCEPTED into experimental

2013-03-06 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 06 Mar 2013 13:06:29 +0100 Source: python-oauthlib Binary: python-oauthlib python3-oauthlib Architecture: source all Version: 0.3.8-1 Distribution: experimental Urgency: low Maintainer: Debian Python Modules Team

[Python-modules-team] Processing of django-bitfield_1.6.4-1_amd64.changes

2013-03-06 Thread Debian FTP Masters
django-bitfield_1.6.4-1_amd64.changes uploaded successfully to ftp-master.debian.org along with the files: django-bitfield_1.6.4-1.dsc django-bitfield_1.6.4.orig.tar.gz django-bitfield_1.6.4-1.debian.tar.gz python-django-bitfield_1.6.4-1_all.deb Greetings, Your Debian queue

[Python-modules-team] Processing of django-bitfield_1.6.4-1_amd64.changes

2013-03-06 Thread Debian FTP Masters
django-bitfield_1.6.4-1_amd64.changes uploaded successfully to localhost along with the files: django-bitfield_1.6.4-1.dsc django-bitfield_1.6.4.orig.tar.gz django-bitfield_1.6.4-1.debian.tar.gz python-django-bitfield_1.6.4-1_all.deb Greetings, Your Debian queue daemon (running

[Python-modules-team] django-bitfield_1.6.4-1_amd64.changes is NEW

2013-03-06 Thread Debian FTP Masters
binary:python-django-bitfield is NEW. source:django-bitfield is NEW. Your package contains new components which requires manual editing of the override file. It is ok otherwise, so please be patient. New packages are usually added to the override file about once a week.

[Python-modules-team] Processed: bug 702169 is forwarded to https://github.com/numpy/numpy/issues/3125

2013-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: forwarded 702169 https://github.com/numpy/numpy/issues/3125 Bug #702169 [python-numpy] python-numpy: np.finfo(np.clongdouble).precision wrong on powerpc Ignoring request to change the forwarded-to-address of bug#702169 to the same value thanks

[Python-modules-team] 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. ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org

[Python-modules-team] 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 Fred