jakewaldron / PlexEmail

This script aggregates all new TV, movie and music releases for the past configured time then optionally writes to your web directory and sends out an email.
206 stars 32 forks source link

ImportError: No module named requests #1

Closed notlimahrelyt closed 9 years ago

notlimahrelyt commented 9 years ago

Set everything up using ReadMe.

First attempt to run script I received the following:

screen shot 2015-03-19 at 9 02 53 pm

Running on OS X (10.10.2)

jakewaldron commented 9 years ago

Hi there. Have you installed requests?

You need to run:

pip install requests

If you do not have pip, run this first:

easy_install pip
notlimahrelyt commented 9 years ago

Thank you.

I have installed and corrected that. I am now receiving this error:

screen shot 2015-03-20 at 12 56 33 pm

jakewaldron commented 9 years ago

I think there was a bug introduced with the library filter. It should be fixed with this file: https://raw.githubusercontent.com/jakewaldron/PlexEmail/master/scripts/plexEmail.py

Please try that script and let me know if it works!

jakewaldron commented 9 years ago

Believe this is fixed. Closing.