[Python-modules-team] Bug#541198: python-mysqldb: utf8_bin collation will not convert to Unicode strings

2009-08-12 Thread Christoph Burgmer
Package: python-mysqldb Version: 1.2.2-8 Severity: normal A string type column with a utf8_bin collation will not be converted to a Python Unicode string, but instead will be returned as a utf8 (byte) string. The MySQL documentation though clearly states: "A nonbinary string has a character set a

[Python-modules-team] Bug#511654: Bug#511654: python-qt4: pre-installation script fails

2009-01-13 Thread Christoph Burgmer
Am Tuesday, 13. January 2009 schrieb Carlos: > > dpkg: error processing > > /var/cache/apt/archives/python-qt4_4.4.4-3_i386.deb (--install): > > I've just installed it successfully from experimental. > > > pycentral: pycentral pkgprepare: not overwriting local files > > pycentral pkgprepare: not o

[Python-modules-team] Bug#511654: python-qt4: pre-installation script fails

2009-01-12 Thread Christoph Burgmer
Package: python-qt4 Version: 4.4.4-2 Severity: normal On installation dpkg reports: # dpkg -i /var/cache/apt/archives/python-qt4_4.4.4-3_i386.deb (Reading database ... 177165 files and directories currently installed.) Preparing to replace python-qt4 4.4.4-2 (using /python-qt4_4.4.4-3_i386.de

[Python-modules-team] Bug#506979: Bug#506979: python-qt4: Please package with Phonon

2008-12-03 Thread Christoph Burgmer
Am Wednesday, 3. December 2008 schrieb Torsten Marek: > As for Phonon not finding its backends, that seems to be purely a > configuration issue. On my system, the file plays just fine using phonon > 4.2.0-2. > > > KDE Phonon though works, is that a packaging problem? Do I need other > > packages in

[Python-modules-team] Bug#506979: Bug#506979: python-qt4: Please package with Phonon

2008-12-02 Thread Christoph Burgmer
I had to install python-sip4_4.7.9-1_i386.deb to actually make it work. Before that my whole python-qt4 installation was broken, should be so for others too. Now, when I follow simple steps: from PyQt4.phonon import Phonon mediaObject = Phonon.createPlayer(Phonon.NotificationCategory,

[Python-modules-team] Bug#506979: Bug#506979: python-qt4: Please package with Phonon

2008-11-30 Thread Christoph Burgmer
Thanks for python-qt4-phonon, I do have problems loading it though. This is maybe the wrong place to report it, but I get the following error: $ python Python 2.5.2 (r252:60911, Sep 29 2008, 21:15:13) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>>

[Python-modules-team] Bug#506979: python-qt4: Please package with Phonon

2008-11-26 Thread Christoph Burgmer
Package: python-qt4 Version: 4.4.2-4 Severity: normal Please include Phonon in the Debian package. Currently importing does not work though SIP files exist: >>> from PyQt4.phonon import Phonon Traceback (most recent call last): File "", line 1, in ImportError: No module named phonon -- Sy

[Python-modules-team] Bug#474580: python-mysqldb: Missing support for TEXT data type

2008-04-06 Thread Christoph Burgmer
Package: python-mysqldb Version: 1.2.2-6 Severity: normal MySQLdb seems to miss support for MySQL's data type TEXT. This crops up when handling Unicode encoded strings. TEXT seems to be similar to a BLOB though having textual features on sorting and knows about encoding. [1] The current behaviou