Re: Gwibber: call for testing
On Wed, 2009-07-08 at 10:57 +0200, Filip Chabik wrote:
> Hi all!
>
> I hope everybody knows what is Gwibber, and if not, check this site out
> [1]. Recently package of that application entered [2] and every Debian
> user can install it on his system. Here are links, that might be useful:
>
> - URL: http://mentors.debian.net/debian/pool/main/g/gwibber
> - Source repository: deb-src http://mentors.debian.net/debian unstable
> main contrib non-free
> - dget
> http://mentors.debian.net/debian/pool/main/g/gwibber/gwibber_1.2.0
> +bzr346-5.dsc
>
> I'd like to ask everyone of you to try it and test it. It's working fine
> for me, but my sponsor have some issues on two different systems. Here
> are errors he is encourting:
>
> Traceback (most recent call last):
> File "/usr/lib/pymodules/python2.5/gwibber/microblog/__init__.py",
> line 51, in get_data
> for message in method(client):
> File "/usr/lib/pymodules/python2.5/gwibber/microblog/twitter.py",
> line 232, in receive
> for data in self.get_messages():
> File "/usr/lib/pymodules/python2.5/gwibber/microblog/twitter.py",
> line 173, in get_messages
> urllib.urlencode({"count": self.account["receive_count"] or "20"})))
> File "/usr/lib/pymodules/python2.5/gwibber/microblog/twitter.py",
> line 168, in connect
> url, data, headers = {"Authorization": self.get_auth()})).read()
> File "/usr/lib/python2.5/urllib2.py", line 124, in urlopen
> return _opener.open(url, data)
> File "/usr/lib/python2.5/urllib2.py", line 387, in open
> response = meth(req, response)
> File "/usr/lib/python2.5/urllib2.py", line 498, in http_response
> 'http', request, response, code, msg, hdrs)
> File "/usr/lib/python2.5/urllib2.py", line 425, in error
> return self._call_chain(*args)
> File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain
> result = func(*args)
> File "/usr/lib/python2.5/urllib2.py", line 506, in http_error_default
> raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> HTTPError: HTTP Error 404: Not Found
>
> and also [3]. If anybody got it working or not -- please let me know and
> also provide some error debug if it is possible.
>
> [1] https://launchpad.net/gwibber
> [2] http://mentors.debian.net
> [3] http://pastebin.com/m2feffa86
>
> With best wishes
> --
> Filip Chabik <debian@hadret.com>
>
>
Hi, I've tried the 1.0 version, downloaded from bzr. and it was ok on
Lenny.
I'm now using 1.2.0 (as you asked), but I couldn't "build-dep" gwibber
since there are missing dependecies I guess. So, I tried the "old way"
by extracting the gwibber_1.2.0+bzr346.orig.tar.gz, but first I must
download the python-moko (1.0 doesn't need it).
Then, I did :
sudo python setup.py install
install process ran smooth.
then I ran gwibber from console, it didn't run as it should, and I have
this error:
+---------------
|Traceback (most recent call last):
| File "/usr/bin/gwibber", line 78, in <module>
| GwibberClient()
| File "/usr/lib/python2.5/site-packages/gwibber/client.py", line 164,
|in __init__
| resources.get_ui_asset("gwibber.svg"), 24, 24))
|gobject.GError: Failed to open file
|'/usr/share/gwibber/ui/gwibber.svg': Permission denied
+---------------
But, if I run gwibber from the bin/ of the source directory, there was
no problem at all. IOW, it just works(tm).
I looked at setup.cfg, then I changed the prefix to "/usr/local", and
reinstall it again. Run gwibber from console again, and everything is
fine now.
That's all I want to say...
TIA
Regards,
Rustam
Reply to: