You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm using IDLE with python 3.6.1 on Windows 10
I installed the eml_parser library, then I tried to execute the example code from your page.
I get the following error:
Traceback (most recent call last):
File "C:\Users\980\Desktop\temp\Thunderbird export\x-spam data extractor.py", line 17, in
ep = eml_parser.EmlParser()
AttributeError: module 'eml_parser' has no attribute 'EmlParser'
Can you please help me?
Thanks
Bruno
The text was updated successfully, but these errors were encountered:
Hello,
I'm using IDLE with python 3.6.1 on Windows 10
I installed the eml_parser library, then I tried to execute the example code from your page.
I get the following error:
Traceback (most recent call last):
File "C:\Users\980\Desktop\temp\Thunderbird export\x-spam data extractor.py", line 17, in
ep = eml_parser.EmlParser()
AttributeError: module 'eml_parser' has no attribute 'EmlParser'
Can you please help me?
Thanks
Bruno
The text was updated successfully, but these errors were encountered: