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
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
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
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
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,
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.
>>>
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
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
8 matches
Mail list logo