Skip to content
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

module 'eml_parser' has no attribute 'EmlParser' #53

Closed
bgianardo opened this issue Nov 25, 2020 · 2 comments
Closed

module 'eml_parser' has no attribute 'EmlParser' #53

bgianardo opened this issue Nov 25, 2020 · 2 comments
Assignees

Comments

@bgianardo
Copy link

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

@sim0nx
Copy link
Member

sim0nx commented Nov 25, 2020

Hi,

Only Python version >=3.7 is supported. Upgrading your version should fix this.
Re-open this issue if it does not.

@sim0nx sim0nx closed this as completed Nov 25, 2020
@sim0nx sim0nx self-assigned this Nov 25, 2020
@bgianardo
Copy link
Author

Hi,
I upgraded to 3.9 and it works!
Thank you very much.
Bruno

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants