So I've installed the GoogleAppEngine on my MacBookPro. I've installed python-linkedin using pip install. I've created a project inside GoogleAppEngine and I've gotten a "Hello, World!" to appear. As soon as I make a
from linkedin import linkedin
it fails. The stack trace looks like this and I'm getting really frustrated...
File "/Users/user/Developer/project/main.py", line 18, in <module>
from linkedin import linkedin
ImportError: No module named linkedin
Please let me know if there's any other information that I can add that can help you help me.