-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File "./gmail.py", line 7, in <module> from lepl.apps.rfc3696 import EmailUtils ImportError: No module named lepl.apps.rfc3696 #26
Comments
pip install lepl On Sat, Mar 1, 2014 at 11:52 PM, saisaigraph [email protected]:
Russell Jurney twitter.com/rjurney [email protected] datasyndrome.com |
Hi, I get timeout exception error immediately after running ./gmail.py... I can connect to imap.gmail.com by telnet. |
If you let it keep going, it should work despite the exception. It On Sat, Mar 7, 2015 at 8:41 AM, pmaldonadolopez [email protected]
Russell Jurney twitter.com/rjurney [email protected] datasyndrome.com |
Hi, thanks for the reply, but it still doesn't work: I get Folder '[Gmail]/All Mail' SELECT status: NO Then it stays there and nothing is copied to the target folder. Any suggestions on how to fix this? |
I think you should put you args in quotes eg -u '[email protected]' -p 'password' etc |
Problem: Warning: /tmp/my_inbox_directory already exists: |
I am getting the same error as above even after 'sudo pip install lepl': Traceback (most recent call last): |
I solved the above error: sudo pip install lepl was pointing to 3.5 instead of 2.7 due to upgrading pip. sudo python -m pip install lepl fixed it. |
when i try to run this:
./gmail.py -m automatic -u [email protected] -p 'pwd' -s ./email.avro.schema -f '[Gmail]/All Mail' -o /tmp/test_mbox 2>&1 &
i get this error:
Traceback (most recent call last):
File "./gmail.py", line 7, in
from lepl.apps.rfc3696 import EmailUtils
ImportError: No module named lepl.apps.rfc3696
Please let me know if you have any suggestions.
Thanks
Sai
The text was updated successfully, but these errors were encountered: