I\'m trying to use pytz in my web app to apply a timezone to a datetime object. First I tried importing pytz like this
from pytz import timezone
I use gae-pytz and it works great. Looks like you might have a path problem. Is the pytz dir in the root of your app engine project? That is where it should be.