Page 1 sur 1

[Gwibber] ne se lance plus [contourné]

Publié : jeu. 27 août 2009, 22:39
par IdoMcFly
je me prends ça au lancement de gwibber-bzr

Code : Tout sélectionner

Traceback (most recent call last):
  File "/usr/bin/gwibber", line 57, in <module>
    from gwibber.client import GwibberClient
  File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 12, in <module>
    from . import gwui, config, gintegration, configui, resources
  File "/usr/lib/python2.6/site-packages/gwibber/gwui.py", line 9, in <module>
    import webkit, gtk, copy
ImportError: No module named webkit

j'ai peut être viré un paquet de dépendance sans faire gaffe mais j'ai tenté la réinstall sans succès :( une idée ?

Re: [Gwibber] ne se lance plus

Publié : jeu. 27 août 2009, 23:37
par benjarobin
Pour moi cela marche, enfin j'ai creer un script pyton avec juste comme ligne : import webkit.... j'ai ceci en tant que python

Code : Tout sélectionner

yaourt -Qs python
extra/dbus-python 0.83.0-2
     Python bindings for DBUS
extra/kdebindings-python 4.3.0-1 (kdebindings)
     KDE bindings for python
extra/mutagen 1.16-1
     An audio metadata tag reader and writer implemented in pure python
extra/pycairo 1.8.6-1
     Python bindings for the cairo graphics library
extra/pycups 1.9.45-1
     Python CUPS Bindings
extra/pygobject 2.18.0-1
     Python bindings for GObject
extra/pygtk 2.14.1-4
     Python bindings for the GTK widget set
extra/pyqt 4.5.4-1
     A set of Python bindings for the Qt toolkit.
extra/python 2.6.2-5
     A high-level scripting language
extra/python-numpy 1.3.0-2
     Scientific tools for Python
extra/python-urwid 0.9.8.4-1
     Urwid is a curses-based user interface library.
extra/pyxml 0.8.4-6
     Python XML parsing library.
extra/sip 4.8.2-1
     A tool that makes it easy to create Python bindings for C and C++ libraries.
extra/wxpython 2.8.10.1-1
     A wxWidgets GUI toolkit for Python
Et toi ?

Re: [Gwibber] ne se lance plus

Publié : ven. 28 août 2009, 19:36
par IdoMcFly
moi j'ai ça

Code : Tout sélectionner

leodagan:~ % y -Qs python                                                 19:33
extra/dbus-python 0.83.0-2 
     Python bindings for DBUS
extra/gnome-python 2.26.1-1 
     gnome-python is a set of interfaces to gnome-libs.
extra/gnome-python-desktop 2.26.0-1 
     Gnome Python interfaces for libraries not part of the core platform
extra/gnome-python-extras 2.25.3-2 
     Gnome Python interfaces for libraries not part of the core platform
extra/gstreamer0.10-python 0.10.16-1 
     Python bindings for GStreamer 0.10
local/libasyncns-python 0.7.1-1 
     Python binding for the libasyncns asynchronous name service query library.
archlinuxfr/lupac 0.0.7a-2 
     A simple python script that sorts pacman's system packages by usage.
extra/mutagen 1.16-1 
     An audio metadata tag reader and writer implemented in pure python
extra/pil 1.1.6-6 
     Python imaging library
extra/pycairo 1.8.6-1 
     Python bindings for the cairo graphics library
extra/pycups 1.9.45-1 
     Python CUPS Bindings
extra/pygobject 2.18.0-1 
     Python bindings for GObject
extra/pygtk 2.14.1-4 
     Python bindings for the GTK widget set
community/pyopenssl 0.8-1 
     pyOpenSSL is a Python interface to the OpenSSL library
extra/pyorbit 2.24.0-2 
     Python bindings for ORBit2
extra/pyqt3 3.18.1-1 
     PyQt is a set of Python bindings for the Qt toolkit.
extra/python 2.6.2-5 
     A high-level scripting language
community/python-distutils-extra 1.91.2-2 
     Enhancements to the Python build system
extra/python-egenix-mx-base 3.1.2-1 
     A collection of professional quality Python software tools which enhance
     Python's usability in many important areas - Open Source parts of the
     eGenix.com mx Extension series
extra/python-feedparser 4.1-4 
     Parse RSS and Atom feeds in Python
community/python-lxml 2.2.2-1 
     Python binding for the libxml2 and libxslt libraries
local/python-mako 0.2.4-3 
     Hyperfast and lightweight templating for the Python platform.
community/python-notify 0.1.1-5 
     Python bindings for libnotify
extra/python-numpy 1.3.0-2 
     Scientific tools for Python
extra/python-pysqlite 2.5.5-1 
     A Python DB-API 2.0 interface for the SQLite embedded relational database
     engine
community/python-simplejson 2.0.9-1 
     Simple, fast, extensible JSON encoder/decoder for Python
community/pywebkitgtk 1.1.6-2 
     Python bindings to the WebKit GTK+ port
extra/pyxdg 0.17-1 
     Python library to access freedesktop.org standards.
extra/pyxml 0.8.4-6 
     Python XML parsing library.
extra/setuptools 0.6c9-2 
     setuptools is a collection of enhancements to the Python distutils
extra/sip 4.8.2-1 
     A tool that makes it easy to create Python bindings for C and C++ libraries.
community/tagpy 0.94.5-9 
     Python bindings for TagLib
local/wingide 3.1.8-1 
     Wing IDE is the most advanced Python IDE available today. (full edition - 30
     days trial)
community/zsi 2.0-3 
     a Python package that provides an implementation of SOAP messaging

Re: [Gwibber] ne se lance plus

Publié : ven. 28 août 2009, 20:29
par Archie
Gwibber ne lance pas chez moi. J'ai la même erreur que IdoMcFly.

Re: [Gwibber] ne se lance plus

Publié : ven. 28 août 2009, 21:48
par tuxce
souci dans la dernière version de pywebkitgtk -> http://code.google.com/p/pywebkitgtk/is ... tail?id=38

pour contourner:

Code : Tout sélectionner

PYTHONPATH=/usr/lib/python2.6/site-packages/webkit-1.0/ gwibber

Re: [Gwibber] ne se lance plus

Publié : ven. 28 août 2009, 22:37
par IdoMcFly
merci !

Re: [Gwibber] ne se lance plus [contourné]

Publié : ven. 28 août 2009, 23:40
par Archie
Ça remarche, merci.

Re: [Gwibber] ne se lance plus

Publié : sam. 30 janv. 2010, 10:00
par IdoMcFly
j'ai de nouveau le problème mais c'est pas la même erreur :

Code : Tout sélectionner

Traceback (most recent call last):
  File "/usr/bin/gwibber", line 57, in <module>
    client.Client()
  File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 108, in __init__
    self.w = GwibberClient()
  File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 191, in __init__
    self.setup_ui()
  File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 246, in setup_ui
    self.account_store.populate_tree()
  File "/usr/lib/python2.6/site-packages/gwibber/gwui.py", line 157, in populate_tree
    icon = pbfile(icf)
TypeError: pixbuf_new_from_file() argument 1 must be string, not None
j'utilise gwibber-sweston-bzr qui fonctionnait bien avant ma réinstall

Re: [Gwibber] ne se lance plus

Publié : mer. 03 févr. 2010, 00:08
par IdoMcFly
pas d'idée alors :(

Re: [Gwibber] ne se lance plus

Publié : ven. 05 févr. 2010, 13:21
par IdoMcFly
j'ai tenté carrément une extraction du dépot et j'obtiens

Code : Tout sélectionner

Traceback (most recent call last):
  File "/usr/bin/gwibber", line 45, in <module>
    obj = dbus.SessionBus().get_object("org.desktopcouch.CouchDB", "/")
  File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 244, in get_object
    follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 241, in __init__
    self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 183, in activate_name_owner
    self.start_service_by_name(bus_name)
  File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 281, in start_service_by_name
    'su', (bus_name, flags)))
  File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 622, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1

Re: [Gwibber] ne se lance plus

Publié : ven. 05 févr. 2010, 19:24
par FredBezies
Autant dire que tu es tombé sur l'os... Les codeurs de gwibber semblent s'en CONTREFOUTRE des utilisateurs d'autres distributions qu'ubuntu. J'ai beau dire que la révision 503 est coupable d'avoir tout cassé, c'est comme pisser dans un violoncelle.

https://bugs.edge.launchpad.net/gwibber/+bug/515012

La solution ? Virer la version gwibber-bzr. J'ai réussi à faire fonctionner le PKGBUILD pour Gwibber 2.0.

Cf http://aur.archlinux.org/packages.php?ID=29716

Bonne compilation ;)

Re: [Gwibber] ne se lance plus

Publié : sam. 06 févr. 2010, 00:10
par IdoMcFly
hey génial :) dommage que la version sweston ne fonctionne pas, j'aimais bien la conf du RT et le choix du panneau par défaut. Mais vaut mieux ça que rien :p