Login problem
Brought to you by:
mr_awesome,
paulgmiller
I get the following error when I try to create my first
todo item:
gmtodo.py:18: GtkWarning: Unable to locate theme engine
in module_path: "smooth",
self.wTree=gtk.glade.XML ("gmtodo.glade")
Traceback (most recent call last):
File "gmtodo.py", line 113, in newTask
self.sendTask(self.task_entry.get_text(),notes)
File "gmtodo.py", line 102, in sendTask
self.login()
File "gmtodo.py", line 71, in login
self.ga.login()
File
"/home/jakester/Downloads/gmtodo/gmtodo/libgmail.py",
line 265, in login
raise GmailLoginFailure
libgmail.GmailLoginFailure
Am I doing something wrong?
Email: jakeyboy@gmail.com