Netflix Addon not installing

Hi Joakim

Thanks again for your help. With it I was able to figure out that the issue is with the python “requests” module

https://www.pythonforbeginners.com/requests/using-requests-in-python

Issuing the command “pip install requests” gives:

Requirement already satisfied: requests in /usr/lib/python2.7/dist-packages

If I run " pip freeze | grep requests" I get:

requests==2.12.4

So it seems version is correct but that addon can’t find the module.

“Now why is that?” is the next question.

Any ideas?

Thanks

P