|
|
wmgmail
User Comments
Darker version would be nice
A version with a darker color scheme would be nice, to match most other docapps.
Re: Darker version
done.
configuration problem
hi there,
I've installed all the dependecies, but when i click the 'c' to configure the dockapp, I get the following error:
ImportError: could not import pango
Yet pango is installed on my system, version 1.5.1. Any ideas?
greetz,
Daan
libgmail
I cant understand how I install libgmail
&./wmgmail
Traceback (most recent call last):
File "./wmgmail", line 35, in ?
import libgmail
ImportError: No module named libgmail
what is wrong please?
The way this thing is setup is kinda poor.
UZY- you have to have libgmail in the same directory as wmgmail. Also, for it to work correctly, you need to have it in /usr/share/wmgmail...although you can change that in the settings file.
Although I can get it to run, it doesn't seem to work. It never says I have any new messages when I do.
URLError('no host given')
Looks sweat, but it crashes as soon as it tries to connect to gmail (that is, at launch).
Any ideas?
bob@bluebird:~$ wmgmail
Traceback (most recent call last):
File "/usr/bin/wmgmail", line 729, in ?
main()
File "/usr/bin/wmgmail", line 411, in main
wmgmail.mainLoop()
File "/usr/bin/wmgmail", line 343, in mainLoop
readConfig()
File "/usr/bin/wmgmail", line 108, in readConfig
ga.login()
File "/usr/lib/site-python/libgmail/__init__.py", line 318, in login
pageData = self._retrievePage(redirectURL)
File "/usr/lib/site-python/libgmail/__init__.py", line 331, in _retrievePage
resp = urllib2.urlopen(req)
File "/usr/lib/python2.3/urllib2.py", line 129, in urlopen
return _opener.open(url, data)
File "/usr/lib/python2.3/urllib2.py", line 326, in open
'_open', req)
File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
result = func(*args)
File "/usr/lib/python2.3/urllib2.py", line 908, in https_open
return self.do_open(httplib.HTTPS, req)
File "/usr/lib/python2.3/urllib2.py", line 858, in do_open
raise URLError('no host given')
urllib2.URLError:
Ok, after spending the night in Python, it turns out the problem comes from libgmail.
Update to latest version or go to
/usr/lib/site-python/libgmail/__init__.py
line 305, and change this
RE_PAGE_REDIRECT = 'CheckCookie\?continue=([^"]+)'
...into this
RE_PAGE_REDIRECT = 'CheckCookie\?continue=([^"\']+)'
Funny, I get the impression no one is ever going to read this post. Has been 2 years since the last post... Feels like talking in a big empty corrider. :~
|
|
|
|