View Single Post
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#4
Hi, with khweeteur 0.5.14-1

I get the following and thus none of the posts are shown.

Code:
~ $ khweeteur
pidfile /var/run/khweeteurd/khweeteurd.pid already exist. Daemon already running?
Except hook <type 'exceptions.AttributeError'>
Except hook called : Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/khweeteur/list_view.py", line 140, in paint
    (x1, y1, x2, y2) = option.rect.getCoords()
AttributeError: 'PySide.QtCore.QRect' object has no attribute 'getCoords'

Except hook <type 'exceptions.AttributeError'>
Except hook called : Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/khweeteur/list_view.py", line 140, in paint
    (x1, y1, x2, y2) = option.rect.getCoords()
AttributeError: 'PySide.QtCore.QRect' object has no attribute 'getCoords'

Except hook <type 'exceptions.AttributeError'>
Except hook called : Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/khweeteur/list_view.py", line 140, in paint
    (x1, y1, x2, y2) = option.rect.getCoords()
AttributeError: 'PySide.QtCore.QRect' object has no attribute 'getCoords'

Except hook <type 'exceptions.AttributeError'>
Except hook called : Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/khweeteur/list_view.py", line 140, in paint
    (x1, y1, x2, y2) = option.rect.getCoords()
AttributeError: 'PySide.QtCore.QRect' object has no attribute 'getCoords'
if any use here is what is installed:

Code:
~ $ dpkg -l *pyside*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name                              Version                           Description
+++-=================================-=================================-==================================================================================
un  libpyside0.4                      <none>                            (no description available)
ii  libpyside1.0                      1.0.0~beta1-1maemo4               Python bindings for Qt 4 (base files)
ii  pyside-mobility                   0.2-0maemo1                       Python bindings for Qt Mobility (big metapackage)
un  pyside-mobility-contacts          <none>                            (no description available)
un  pyside-mobility-location          <none>                            (no description available)
un  pyside-mobility-messaging         <none>                            (no description available)
un  pyside-mobility-publishsubscribe  <none>                            (no description available)
un  pyside-mobility-sensors           <none>                            (no description available)
un  pyside-mobility-serviceframework  <none>                            (no description available)
un  pyside-mobility-systeminfo        <none>                            (no description available)
un  pyside-mobility-versit            <none>                            (no description available)
un  pyside-qt4-core                   <none>                            (no description available)
un  pyside-qt4-gui                    <none>                            (no description available)
un  pyside-qt4-maemo5                 <none>                            (no description available)
un  pyside-qt4-network                <none>                            (no description available)
un  pyside-qt4-webkit                 <none>                            (no description available)
un  pyside-qt4-xml                    <none>                            (no description available)
ii  python-pyside.qtcore              1.0.0~beta1-1maemo4               Qt 4 core module - Python bindings
ii  python-pyside.qtgui               1.0.0~beta1-1maemo4               Qt 4 GUI module - Python bindings
ii  python-pyside.qtmaemo5            1.0.0~beta1-1maemo4               Qt 4 Maemo5 module - Python bindings
ii  python-pyside.qtnetwork           1.0.0~beta1-1maemo4               Qt 4 network module - Python bindings
ii  python-pyside.qtwebkit            1.0.0~beta1-1maemo4               Qt 4 WebKit module - Python bindings
ii  python-pyside.qtxml               1.0.0~beta1-1maemo4               Qt 4 XML module - Python bindings

EDIT


upgraded from devel the Pyside stuff and now it stopped complaining. So, I guess it is newer features dependence.

New error if I turn on the GPS geopositioning:

Code:
~ $ khweeteur
pidfile /var/run/khweeteurd/khweeteurd.pid already exist. Daemon already running?
Error calling slot "do_tb_send"
Except hook <type 'exceptions.TypeError'>
Except hook called : Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/khweeteur/qwidget_gui.py", line 739, in do_tb_send
    ('' if self.geoloc_source == None else self.geoloc_source[0]),
TypeError: 'QtMobility.Location.QtMobility.QGeoPositionInfoSource' object is unsubscriptable

Last edited by Saturn; 2011-05-07 at 13:56.
 

The Following User Says Thank You to Saturn For This Useful Post: