Django and Google App Engine Helper not finding the ipaddr module.
- by Phil
I'm trying to get Django running on GAE using this tutorial.
When I run python manage.py runserver I get the stacktrace below. I'm new to both django and python so I don't know what my next steps are (This is Ubuntu Jaunty btw). It seems django isn't finding the GAE module ipaddr which comes with SDK 1.3.1.
How do I get django to find this…