Macports Python Google App Engine Gotcha
If you have Google App Engine installed via the official Mac launcher, and you also have Python installed under Macports, you might forget and try to run your app server via the Macports Python. This results in the following error:
'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.
Comments
by Peter Hough on 2009-05-22 00:12:40
by Matthew Leingang on 2009-10-10 18:22:18
by Matthew Leingang on 2009-10-10 18:19:01