Notices


Reply
Thread Tools
Posts: 277 | Thanked: 46 times | Joined on Jan 2010
#1
I'm having some trouble running
khweeteur-experimental 0.5.10-2

In particular on launch I get:


Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/khweeteur/__init__.py", line 9, in <module>
from qwidget_gui import Khweeteur
File "/usr/lib/python2.5/site-packages/khweeteur/qwidget_gui.py", line 38, in <module>
from QtMobility.Location import QGeoPositionInfoSource
ImportError: libshiboken-py25.so.1.0: cannot open shared object file: No such file or directory

I have the library

ii libshiboken-dev 1.0.1-1maemo1 development files for the shiboken bindings ge
ii libshiboken1.0 1.0.1-1maemo1 CPython bindings generator for C++ libraries -


Any ideas?
 
Khertan's Avatar
Posts: 1,012 | Thanked: 817 times | Joined on Jul 2007 @ France
#2
Seems there is a problem with the pyside mobility install. Can you try apt-get install pyside-mobility --reinstall
 
Posts: 961 | Thanked: 565 times | Joined on Jul 2007 @ Tyneside, North East England
#3
khweeteur is failing to start again after the latest update. the error is

Code:
$ khweeteur
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/khweeteur/__init__.py", line 9, in <module>
    from qwidget_gui import Khweeteur, __version__
  File "/usr/lib/python2.5/site-packages/khweeteur/qwidget_gui.py", line 23, in <module>
    from PySide.QtMaemo5 import *
ImportError: libpyside-py25.so.1.0: cannot open shared object file: No such file or directory
~ $
i have updated pyside-mobility and restarted the device and neither has fixed the issue
__________________
______________________________

Nokia 770 (2gb) since Aug 2007
Nokia N800 (32gb) since Dec 2007
Nokia N810 (16gb) since Sep 2009
Nokia N900 (64gb) since Aug 2010 ______________________________
 
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:
Khertan's Avatar
Posts: 1,012 | Thanked: 817 times | Joined on Jul 2007 @ France
#5
Originally Posted by Saturn View Post
Code:
AttributeError: 'PySide.QtCore.QRect' object has no attribute 'getCoords'
Indeed this error is due to an old bug in PySide.

I didn't know why Promoter didn't promote the libs when promoting apps. This isn't the first time it s happen.

And for the gps bug it s completely my fault .
 

The Following 2 Users Say Thank You to Khertan For This Useful Post:
Khertan's Avatar
Posts: 1,012 | Thanked: 817 times | Joined on Jul 2007 @ France
#6
Should be fixed now with 0.5.16-1 available in extras-testing.
 

The Following 2 Users Say Thank You to Khertan For This Useful Post:
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#7
Originally Posted by Khertan View Post
Should be fixed now with 0.5.16-1 available in extras-testing.
It works for me now (including the geolocation). Thanks.
 
Posts: 277 | Thanked: 46 times | Joined on Jan 2010
#8
I should add that khweeteur experimental is now starting fine for me -- I did resolve some dependency issues via apt-get including applying some updates to python libraries

One question -- I see we have a "lists" popup -- but have lots of lists, and only get the number that fit in the popup window, how do I find my other lists (I have one in particular of "top people" that I use all the time -- it's essential for me in a twitter client)
 
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#9
I updated to the latest version. And I must say. GREAT! (if it works)

After the update I was unable to start the application. It immedialy disappears.
I rebooted my N900 and after that it worked fine. I was able to login to my twitter account and read some tweets.

2 minor things:
  • I was only able to read the last 14 tweets - I don't know how to get more in the list
  • I haven't found a possibility to see my favourite list - is this possible?

Otherwise GREAT WORK! Thanks so far.

Sadly, I stopped working after I used it 3 times. If I run it in the shell using the command khweeteur I got this error:
Code:
pidfile /var/run/khweeteurd/khweeteurd.pid already exist. But daemon is dead.
Segmentation fault
I guess this doesn't help. I already deleted the khweeteurd.pid file. But this has not worked for me.

Please ask if you need more informations.
 
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#10
I had to unistall (for other reasons) and re-installed again.

All seem to be working fine. just noticed the following while installing:
Pyside QtMobility not installed or broken

Here is the complete log in case it helps:
Code:
Nokia-N900:~# apt-get install khweeteur
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libpyside1.0 libshiboken1.0 pyside-mobility python-Imaging python-conic python-httplib2 python-pyside.qtcore python-pyside.qtgui python-pyside.qtmaemo5
  python-pyside.qtnetwork python-pyside.qtwebkit python-pyside.qtxml python-qtmobility.contacts python-qtmobility.location python-qtmobility.messaging
  python-qtmobility.publishsubscribe python-qtmobility.sensors python-qtmobility.serviceframework python-qtmobility.systeminfo python-qtmobility.versit
  python-simplejson
Suggested packages:
  python-imaging-doc python-imaging-dbg
Recommended packages:
  libjs-jquery
The following NEW packages will be installed:
  khweeteur libpyside1.0 libshiboken1.0 pyside-mobility python-Imaging python-conic python-httplib2 python-pyside.qtcore python-pyside.qtgui
  python-pyside.qtmaemo5 python-pyside.qtnetwork python-pyside.qtwebkit python-pyside.qtxml python-qtmobility.contacts python-qtmobility.location
  python-qtmobility.messaging python-qtmobility.publishsubscribe python-qtmobility.sensors python-qtmobility.serviceframework python-qtmobility.systeminfo
  python-qtmobility.versit python-simplejson
0 upgraded, 22 newly installed, 0 to remove and 1 not upgraded.
Need to get 7857kB/8405kB of archives.
After this operation, 28.9MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://repository.maemo.org fremantle/free libshiboken1.0 1.0.2-1maemo1 [148kB]
Get:2 http://repository.maemo.org fremantle/free python-pyside.qtcore 1.0.2-1maemo2 [1123kB]
Get:3 http://repository.maemo.org fremantle/free python-pyside.qtgui 1.0.2-1maemo2 [4358kB]
Get:4 http://repository.maemo.org fremantle/free python-qtmobility.contacts 0.2-0maemo6 [343kB]
Get:5 http://repository.maemo.org fremantle/free python-qtmobility.location 0.2-0maemo6 [58.0kB]
Get:6 http://repository.maemo.org fremantle/free python-pyside.qtxml 1.0.0~beta1-1maemo4 [223kB]
Get:7 http://repository.maemo.org fremantle/free python-qtmobility.messaging 0.2-0maemo6 [141kB]
Get:8 http://repository.maemo.org fremantle/free python-pyside.qtnetwork 1.0.2-1maemo2 [463kB]
Get:9 http://repository.maemo.org fremantle/free python-qtmobility.publishsubscribe 0.2-0maemo6 [39.3kB]
Get:10 http://repository.maemo.org fremantle/free python-qtmobility.sensors 0.2-0maemo6 [99.9kB]
Get:11 http://repository.maemo.org fremantle/free python-qtmobility.serviceframework 0.2-0maemo6 [58.6kB]
Get:12 http://repository.maemo.org fremantle/free python-qtmobility.systeminfo 0.2-0maemo6 [41.7kB]
Get:13 http://repository.maemo.org fremantle/free python-qtmobility.versit 0.2-0maemo6 [77.5kB]
Get:14 http://repository.maemo.org fremantle/free pyside-mobility 0.2-0maemo1 [7914B]
Get:15 http://repository.maemo.org fremantle-1.3/free python-Imaging 1.1.6-3maemo2 [282kB]
Get:16 http://repository.maemo.org fremantle-1.3/free python-httplib2 0.4.0-0maemo1 [21.3kB]
Get:17 http://repository.maemo.org fremantle/free python-pyside.qtwebkit 1.0.2-1maemo2 [330kB]
Get:18 http://repository.maemo.org fremantle-1.3/free python-simplejson 2.0.9-1maemo1 [32.1kB]
Get:19 http://repository.maemo.org fremantle-1.3/free python-conic 0.1-6 [9432B]
Fetched 7857kB in 12s (611kB/s)
Selecting previously deselected package libshiboken1.0.
(Reading database ... 32841 files and directories currently installed.)
Unpacking libshiboken1.0 (from .../libshiboken1.0_1.0.2-1maemo1_armel.deb) ...
Selecting previously deselected package libpyside1.0.
Unpacking libpyside1.0 (from .../libpyside1.0_1.0.2-1maemo2_armel.deb) ...
Selecting previously deselected package python-pyside.qtcore.
Unpacking python-pyside.qtcore (from .../python-pyside.qtcore_1.0.2-1maemo2_armel.deb) ...
Selecting previously deselected package python-pyside.qtgui.
Unpacking python-pyside.qtgui (from .../python-pyside.qtgui_1.0.2-1maemo2_armel.deb) ...
Selecting previously deselected package python-qtmobility.contacts.
Unpacking python-qtmobility.contacts (from .../python-qtmobility.contacts_0.2-0maemo6_armel.deb) ...
Selecting previously deselected package python-qtmobility.location.
Unpacking python-qtmobility.location (from .../python-qtmobility.location_0.2-0maemo6_armel.deb) ...
Selecting previously deselected package python-pyside.qtxml.
Unpacking python-pyside.qtxml (from .../python-pyside.qtxml_1.0.0~beta1-1maemo4_armel.deb) ...
Selecting previously deselected package python-qtmobility.messaging.
Unpacking python-qtmobility.messaging (from .../python-qtmobility.messaging_0.2-0maemo6_armel.deb) ...
Selecting previously deselected package python-pyside.qtnetwork.
Unpacking python-pyside.qtnetwork (from .../python-pyside.qtnetwork_1.0.2-1maemo2_armel.deb) ...
Selecting previously deselected package python-qtmobility.publishsubscribe.
Unpacking python-qtmobility.publishsubscribe (from .../python-qtmobility.publishsubscribe_0.2-0maemo6_armel.deb) ...
Selecting previously deselected package python-qtmobility.sensors.
Unpacking python-qtmobility.sensors (from .../python-qtmobility.sensors_0.2-0maemo6_armel.deb) ...
Selecting previously deselected package python-qtmobility.serviceframework.
Unpacking python-qtmobility.serviceframework (from .../python-qtmobility.serviceframework_0.2-0maemo6_armel.deb) ...
Selecting previously deselected package python-qtmobility.systeminfo.
Unpacking python-qtmobility.systeminfo (from .../python-qtmobility.systeminfo_0.2-0maemo6_armel.deb) ...
Selecting previously deselected package python-qtmobility.versit.
Unpacking python-qtmobility.versit (from .../python-qtmobility.versit_0.2-0maemo6_armel.deb) ...
Selecting previously deselected package pyside-mobility.
Unpacking pyside-mobility (from .../pyside-mobility_0.2-0maemo1_all.deb) ...
Selecting previously deselected package python-imaging.
Unpacking python-imaging (from .../python-Imaging_1.1.6-3maemo2_armel.deb) ...
Selecting previously deselected package python-httplib2.
Unpacking python-httplib2 (from .../python-httplib2_0.4.0-0maemo1_armel.deb) ...
Selecting previously deselected package python-pyside.qtmaemo5.
Unpacking python-pyside.qtmaemo5 (from .../python-pyside.qtmaemo5_1.0.2-1maemo2_armel.deb) ...
Selecting previously deselected package python-pyside.qtwebkit.
Unpacking python-pyside.qtwebkit (from .../python-pyside.qtwebkit_1.0.2-1maemo2_armel.deb) ...
Selecting previously deselected package python-simplejson.
Unpacking python-simplejson (from .../python-simplejson_2.0.9-1maemo1_armel.deb) ...
Selecting previously deselected package python-conic.
Unpacking python-conic (from .../python-conic_0.1-6_armel.deb) ...
Selecting previously deselected package khweeteur.
Unpacking khweeteur (from .../khweeteur_0.5.17-1_armel.deb) ...
Setting up libshiboken1.0 (1.0.2-1maemo1) ...
Setting up libpyside1.0 (1.0.2-1maemo2) ...
Setting up python-pyside.qtcore (1.0.2-1maemo2) ...
Setting up python-pyside.qtgui (1.0.2-1maemo2) ...
Setting up python-qtmobility.contacts (0.2-0maemo6) ...
Setting up python-qtmobility.location (0.2-0maemo6) ...
Setting up python-pyside.qtxml (1.0.0~beta1-1maemo4) ...
Setting up python-qtmobility.messaging (0.2-0maemo6) ...
Setting up python-pyside.qtnetwork (1.0.2-1maemo2) ...
Setting up python-qtmobility.publishsubscribe (0.2-0maemo6) ...
Setting up python-qtmobility.sensors (0.2-0maemo6) ...
Setting up python-qtmobility.serviceframework (0.2-0maemo6) ...
Setting up python-qtmobility.systeminfo (0.2-0maemo6) ...
Setting up python-qtmobility.versit (0.2-0maemo6) ...
Setting up pyside-mobility (0.2-0maemo1) ...
Setting up python-imaging (1.1.6-3maemo2) ...
Setting up python-httplib2 (0.4.0-0maemo1) ...
Setting up python-pyside.qtmaemo5 (1.0.2-1maemo2) ...
Setting up python-pyside.qtwebkit (1.0.2-1maemo2) ...
Setting up python-simplejson (2.0.9-1maemo1) ...
Setting up python-conic (0.1-6) ...
Setting up khweeteur (0.5.17-1) ...
Listing /usr/lib/python2.5/site-packages/khweeteur ...
Listing /usr/lib/python2.5/site-packages/khweeteur/icons ...
Listing /usr/lib/python2.5/site-packages/khweeteur/oauth ...
Listing /usr/lib/python2.5/site-packages/khweeteur/oauth2 ...
Pyside QtMobility not installed or broken
pidfile /var/run/khweeteurd/khweeteurd.pid does not exist. Daemon not running?
Pyside QtMobility not installed or broken
Processing triggers for python-support ...
Nokia-N900:~# apt-get install khweeteur
Reading package lists... Done
Building dependency tree
Reading state information... Done
khweeteur is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Nokia-N900:~#
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 20:19.