|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Gwibber: call for testingHi 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@...> -- To UNSUBSCRIBE, email to debian-user-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
|
|
Re: Gwibber: call for testingOn 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@...> > > 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 -- To UNSUBSCRIBE, email to debian-user-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
|
|
Re: Gwibber: call for testingDnia 2009-07-08, śro o godzinie 20:47 +0700, Rustam pisze:
> 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). Thank you very much for replying for my call (: Is there a chance that you could provide which specific packages couldn't be satisfied when you tired to "build-dep gwibber"? -- Filip Chabik <debian@...> -- To UNSUBSCRIBE, email to debian-user-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
|
|
Re: Gwibber: call for testingOn Thu, 2009-07-09 at 10:22 +0200, Filip Chabik wrote:
> Dnia 2009-07-08, śro o godzinie 20:47 +0700, Rustam pisze: > > 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). > > Thank you very much for replying for my call (: > Is there a chance that you could provide which specific packages > couldn't be satisfied when you tired to "build-dep gwibber"? > > -- > Filip Chabik <debian@...> > > like I told you that I am using Lenny: +---{sudo apt-get build-dep gwibber |Reading package lists... Done |Building dependency tree |Reading state information... Done |E: Build-Depends-Indep dependency for gwibber cannot be satisfied |because no available versions of package python can satisfy version |requirements +----------- after I put "squeeze" into /etc/apt/sources.list, updated again. and build: +---{ sudo apt-get build-dep gwibber |Reading package lists... Done |Building dependency tree |Reading state information... Done |The following NEW packages will be installed: | debhelper html2text |The following packages will be upgraded: | python python-minimal python-support python2.5 python2.5-minimal |5 upgraded, 2 newly installed, 0 to remove and 1095 not upgraded. |Need to get 4963kB of archives. |After this operation, 1679kB of additional disk space will be used. |Do you want to continue [Y/n]?Y +-------- in short, I've finally managed to build the "gwibber_1.2.0+bzr346-5_all.deb" But I refuse to install it, cause it would make my sistem mixed with lenny and squeeze. and I have no guts to do that, though. I'm quite happy to use gwibber that built with the old-way. That's all. Thank for your nice program :) Regrads, Rustam -- To UNSUBSCRIBE, email to debian-user-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
| Free embeddable forum powered by Nabble | Forum Help |