jamesridgway / attachment-downloader

Simple tool for downloading email attachments for all emails in a given folder using an IMAP client
MIT License
85 stars 39 forks source link

pic frame question #55

Closed rgdeluca1 closed 5 months ago

rgdeluca1 commented 5 months ago

Hello, I'm not an expert by any mean but I have used this tool to successfully download pictures to my home built photo frame before However its been a few months and now I am getting as error that I was hoping you could help me with. I followed wolfgang's instructions https://www.thedigitalpictureframe.com/how-to-send-photos-to-your-raspberry-pi-digital-photo-frame-via-email-2022-update/ to set up my photo frame and use your tool to pull photos from an outlook.com email account. It has worked in the past but now I'm getting an error. Have you seen this and if so, would you be able to provide any instructions? thanks pi@raspberrypi:~ $ cat email.log Traceback (most recent call last): File "/home/pi/.local/bin/attachment-downloader", line 10, in import dateutil.parser as dateparser ModuleNotFoundError: No module named 'dateutil'

when I tried to re-install dateutil, it was already installed: pi@raspberrypi:~ $ pip3 install python-dateutil Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Requirement already satisfied: python-dateutil in ./.local/lib/python3.9/site-packages (2.8.2) Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil) (1.16.0)