C:\>dev_appserver.py xxxx
'module' object has no attribute 'HTTPSHandler'
ActivePython 2.5 32bit の場合
WARNING urlfetch_stub.py:111] No ssl package found. urlfetch will not be able to validate SSL certificates.
となるが起動できる
ちなみに
File "", line 1, in bind socket.error: (10013, 'Permission denied')
このエラーは port の問題なので port を 8080 以外のものに変更することで 対応。