Your message dated Mon, 7 Mar 2011 08:46:26 +0100
with message-id <[email protected]>
and subject line Re: Bug#617203: python-pyside.qtgui: QApplication / Problem 
with unicode parameters
has caused the Debian Bug report #617203,
regarding python-pyside.qtgui: QApplication / Problem with unicode parameters
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
617203: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617203
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-pyside.qtgui
Version: 0.4.2-1
Severity: normal


Hi,

I want to use eric4 when programming with PySide. It's not possible
because QApplication does not allow unicode arguments. The unicode issue
of QApplication should have been solved in PySide already:
http://lists.openbossa.org/pipermail/pyside/2010-October/001298.html

It does not seem to be solved for the debian packages, although the
packages have the correct version number (see below) with this issue
fixed.

This is the error I get:
8<================================================
phylos:/tmp/gui% python
Python 2.6.6 (r266:84292, Oct  9 2010, 12:24:52) 
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from PySide.QtGui import QApplication
>>> app = QApplication([u"pysidetext.py"])
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
        TypeError: bad argument type for built-in operation
        >>> 
8<================================================

Thx for reading,
  Rainer

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-pyside.qtgui depends on:
ii  libc6                      2.11.2-7      Embedded GNU C Library: Shared lib
ii  libgcc1                    1:4.4.5-4     GCC support library
ii  libpyside0.4               0.4.2-1       Python bindings for Qt 4 (base fil
ii  libpython2.6               2.6.6-6       Shared Python runtime library (ver
ii  libqtcore4                 4:4.7.0~rc1-1 Qt 4 core module
ii  libqtgui4                  4:4.7.0~rc1-1 Qt 4 GUI module
ii  libshiboken0.5             0.5.1-1       CPython bindings generator for C++
ii  libstdc++6                 4.4.5-4       The GNU Standard C++ Library v3
ii  python                     2.6.6-4       interactive high-level object-orie
ii  python-support             1.0.10        automated rebuilding support for P
ii  python2.5                  2.5.5-10      An interactive high-level object-o
ii  libpyside-dev              0.4.2-1       Python bindings for Qt 4 
(development files)
ii  libpyside0.4               0.4.2-1       Python bindings for Qt 4 (base 
files)
ii  python-pyside              0.4.2-1       Python bindings for Qt4 (big 
metapackage)
ii  python-pyside.phonon       0.4.2-1       Qt 4 Phonon module - Python 
bindings
ii  python-pyside.qtcore       0.4.2-1       Qt 4 core module - Python bindings
ii  python-pyside.qtdeclarative 0.4.2-1      Qt 4 Declarative module - Python 
bindings
ii  python-pyside.qtgui        0.4.2-1       Qt 4 GUI module - Python bindings
ii  python-pyside.qthelp       0.4.2-1       Qt 4 help module - Python bindings
ii  python-pyside.qtnetwork    0.4.2-1       Qt 4 network module - Python 
bindings
ii  python-pyside.qtopengl     0.4.2-1       Qt 4 OpenGL module - Python 
bindings
ii  python-pyside.qtscript     0.4.2-1       Qt 4 script module - Python 
bindings
ii  python-pyside.qtsql        0.4.2-1       Qt 4 SQL module - Python bindings
ii  python-pyside.qtsvg        0.4.2-1       Qt 4 SVG module - Python bindings
ii  python-pyside.qttest       0.4.2-1       Qt 4 test module - Python bindings
ii  python-pyside.qtuitools    0.4.2-1       Qt 4 UI tools module - Python 
bindings
ii  python-pyside.qtwebkit     0.4.2-1       Qt 4 WebKit module - Python 
bindings
ii  python-pyside.qtxml        0.4.2-1       Qt 4 XML module - Python bindings


python-pyside.qtgui recommends no packages.

python-pyside.qtgui suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 1.0.0-1

On Wednesday 10 November 2010 08:36:43 Rainer Poisel wrote:
> Hi,
> 
> I want to use eric4 when programming with PySide. It's not possible
> because QApplication does not allow unicode arguments. The unicode issue
> of QApplication should have been solved in PySide already:
> http://lists.openbossa.org/pipermail/pyside/2010-October/001298.html
> 
> It does not seem to be solved for the debian packages, although the
> packages have the correct version number (see below) with this issue
> fixed.

Hi Rainer, and thanks for your bugreport, 

I just tested your code snippet against the PySide version available from 
experimental (which happens to be the "1.0.0" release of PySide, way more 
recent than the 0.4.2-1 you are using), and it works.

Hence I am marking this bug as "fixed in the 1.0.0-1 version" (aka 
experimental for now, as it waits on Qt 4.7.* to enter unstable). Please test 
with that version (if you can) and reopen or confirm if necessary.

Best regards,

-- 
OdyX

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to