I've been trying to find a question like this for ages, couldn't find this so I'll ask it. I have tried pip installing and PYTHONPATH but it hasn't worked
import webapp2
but every time it gives me:
Unable to import 'webapp2' pylint(import-error)
anybody else had this problem? have you found a solution?