My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Feb 27, 2009
    r7 (Removed my email address from the email address prompt.) committed by richard.m.tew   -   Removed my email address from the email address prompt.
    Removed my email address from the email address prompt.
  • Feb 26, 2009
    r6 (Added a snapshot of libgmail and all its dependencies. Made...) committed by richard.m.tew   -   Added a snapshot of libgmail and all its dependencies. Made a bug fix to libgmail to deal with unicode text, and bad decoding of it, which broke the backup process.
    Added a snapshot of libgmail and all its dependencies. Made a bug fix to libgmail to deal with unicode text, and bad decoding of it, which broke the backup process.
  • Feb 26, 2009
    issue 3 (TypeError: 'int' object is not iterable ) Status changed by richard.m.tew   -   libgmail is buggy. It cannot handle unicode. And apparently, as this traceback shows, it cannot handle attachments.
    Status: WontFix
    libgmail is buggy. It cannot handle unicode. And apparently, as this traceback shows, it cannot handle attachments.
    Status: WontFix
  • Feb 26, 2009
    issue 3 (TypeError: 'int' object is not iterable ) commented on by D4n31sh   -   Yea, i have the same errors with same exact output as well. Any help is greatly appreciated. I am running intrepid ibex and python version 2.5 (from the repositories). Thanks Dane
    Yea, i have the same errors with same exact output as well. Any help is greatly appreciated. I am running intrepid ibex and python version 2.5 (from the repositories). Thanks Dane

Older

  • Oct 27, 2008
    issue 3 (TypeError: 'int' object is not iterable ) commented on by markolopa   -   This is the output I got when running the script for the second time (messages were already in the cache, I suppose). But when running for the first time I got exactly the same message. Thanks! Marko
    This is the output I got when running the script for the second time (messages were already in the cache, I suppose). But when running for the first time I got exactly the same message. Thanks! Marko
  • Oct 27, 2008
    issue 3 (TypeError: 'int' object is not iterable ) reported by markolopa   -   What steps will reproduce the problem? 1. installed libgmail-0.1.10 2. changed "from libgmail import libgmail" to "import libgmail" as explained 3. run `python updateCache.py' What is the expected output? What do you see instead? I get 00007 Using cached messages for thread 119dc88dbdc4e4c6 00008 Using cached messages for thread 119d056b9b3fe389 00009 Using cached messages for thread 119adba18c4fe19f 00010 Using cached messages for thread 1199ac9df32b1d48 00011 Using cached messages for thread 11987d3758b161f5 00012 Using cached messages for thread 119857cb60e68ba2 00013 Fetching messages for thread 1197d209672c4d28 from server... Saving 0 thread message mappings... done Saving 6 thread label mappings... done Traceback (most recent call last): File "updateCache.py", line 377, in <module> ProcessSearchResult(completeSearchResult, data, minimumToCheck=minimumToCheck) File "updateCache.py", line 176, in ProcessSearchResult messages = thread[:] File "/usr/lib/python2.5/site-packages/libgmail.py", line 1377, in __getitem__ self._messages = self._getMessages(self) File "/usr/lib/python2.5/site-packages/libgmail.py", line 1407, in _getMessages result += [GmailMessage(thread, msg, isDraft = isDraft)] File "/usr/lib/python2.5/site-packages/libgmail.py", line 1456, in __init__ for attachmentInfo in msgData[MI_ATTACHINFO]] TypeError: 'int' object is not iterable What version of the product are you using? On what operating system? version 1.0 ubuntu 8.04 Thanks a lot for the program! Marko
    What steps will reproduce the problem? 1. installed libgmail-0.1.10 2. changed "from libgmail import libgmail" to "import libgmail" as explained 3. run `python updateCache.py' What is the expected output? What do you see instead? I get 00007 Using cached messages for thread 119dc88dbdc4e4c6 00008 Using cached messages for thread 119d056b9b3fe389 00009 Using cached messages for thread 119adba18c4fe19f 00010 Using cached messages for thread 1199ac9df32b1d48 00011 Using cached messages for thread 11987d3758b161f5 00012 Using cached messages for thread 119857cb60e68ba2 00013 Fetching messages for thread 1197d209672c4d28 from server... Saving 0 thread message mappings... done Saving 6 thread label mappings... done Traceback (most recent call last): File "updateCache.py", line 377, in <module> ProcessSearchResult(completeSearchResult, data, minimumToCheck=minimumToCheck) File "updateCache.py", line 176, in ProcessSearchResult messages = thread[:] File "/usr/lib/python2.5/site-packages/libgmail.py", line 1377, in __getitem__ self._messages = self._getMessages(self) File "/usr/lib/python2.5/site-packages/libgmail.py", line 1407, in _getMessages result += [GmailMessage(thread, msg, isDraft = isDraft)] File "/usr/lib/python2.5/site-packages/libgmail.py", line 1456, in __init__ for attachmentInfo in msgData[MI_ATTACHINFO]] TypeError: 'int' object is not iterable What version of the product are you using? On what operating system? version 1.0 ubuntu 8.04 Thanks a lot for the program! Marko
  • Oct 20, 2008
    issue 2 (Problem importing libgmail module (SOLVED)) reported by rob.bryant   -   What steps will reproduce the problem? 1. install mechanize 2. install libgmail 3. run updateCache.py What is the expected output? What do you see instead? > I get an error that libgmail cannot be imported on line 82 What version of the product are you using? On what operating system? > Version 1.0 on Windows XP SP 3 Please provide any additional information below. > If I edit line 82 of updateCache.py to read 'import libgmail' instead of > 'from libgmail import libgmail' everything works as expected. :-)
    What steps will reproduce the problem? 1. install mechanize 2. install libgmail 3. run updateCache.py What is the expected output? What do you see instead? > I get an error that libgmail cannot be imported on line 82 What version of the product are you using? On what operating system? > Version 1.0 on Windows XP SP 3 Please provide any additional information below. > If I edit line 82 of updateCache.py to read 'import libgmail' instead of > 'from libgmail import libgmail' everything works as expected. :-)
 
Hosted by Google Code