Just trying to test out LinkedIn login, but having some trouble. I've tried placing https://github.com/michaelhelmick/linkedin/blob/master/linkedin.py in web2py\gluon\contrib\login_methods, but I still was getting the "linkedin module not found" error. Same error was received after a `pip install linkedin`.
I also tried removing the try/except and replacing it inline with the contents of that linkedin.py. That gave me a "<type 'exceptions.ImportError'> No module named gluon.contrib.login_methods.linkedin_account" error on page refresh. I have been following this guide: http://web2py.com/books/default/chapter/29/9 Am I using the wrong linkedin library? Or is there something else I'm doing wrong? Thanks for all suggestions, Alec Taylor --

