Macports Python Google App Engine Gotcha
'module' object has no attribute 'HTTPSHandler'
Simply change your environment to use the system Python with python_select python25-apple and issue the ./manage.py runserver command to kick things off again.
The Macports Python Google App Engine Gotcha article by Aral Balkan, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial 2.0 UK: England License.
Subscribe to my blog






Peter Hough
..or just install the socket-ssl module:
sudo port install py25-socket-ssl
May 22nd, 2009 at 1:12 am