Google App Engine dose not run on python2.6

I had run GAP after a long time. Because I have thought to want to make app by python. But it dose not run normality that command line displays error follow this.

http://groups.google.com/group/google-appengine/browse_thread/thread/ea016373e679fbc2?pli=1

It is same message in my environment.

AttributeError: 'module' object has no attribute 'HTTPSHandler'

I wondered and checked it. Because to start python shell.

>>> import urllib2
>>> for i in dir(urllib2):
        print i
... 
... 
... 
HTTPBasicAuthHandler
HTTPCookieProcessor
HTTPDefaultErrorHandler
HTTPDigestAuthHandler
HTTPError
HTTPErrorProcessor
HTTPHandler
HTTPPasswordMgr
HTTPPasswordMgrWithDefaultRealm
HTTPRedirectHandler
... 
... 

oh, HTTPSHandler dose not exist. If I enable this, It seems need to rebuild python.

http://lab.hde.co.jp/2008/04/google-app-enginehello-world-l-2.html

GAP recommends python2.5 usually. If you want to use this comfort. You should use python2.5! I had forgotten that had upgraded python from 2.5 to 2.6. It is regrettable but I decide to use php to make my app