Interestingly, things work just fine on my Mac. I was having problems with the Linux setup.
I tried to rebuild my python etc., still no success. I verified that / usr/bin/env python points to my latest 2.5 build. No success. I guess I will be working on my Mac for a while... ;-) Thanks for the help Robert On Feb 1, 10:20 am, chazmatazz <[email protected]> wrote: > Are you using MacPorts? > > http://aralbalkan.com/1692 > > On Jan 30, 12:21 pm, Robert <[email protected]> wrote: > > > Hi @ll, > > > This has probably been asked before, in that case, sorry for my > > ignorance. > > > My system only hadpython2.4 installed. So I downloadedpython2.5.3, > > build it on my system, enabling the md5, and various necessary sha... > > modules, and now reach a point wherepythonitself seems to start up > > nicely, but I'm running into a problem with urllib2. > > > $Python-2.5.4/python-v google_appengine/dev_appserver.py apps/ > > helloworld/ > > > [...] > > import cookielib # precompiled from /home/rhundt/projects/Python-2.5.4/ > > Lib/cookielib.pyc > > # /home/rhundt/projects/Python-2.5.4/Lib/_LWPCookieJar.pyc matches / > > home/rhundt/projects/Python-2.5.4/Lib/_LWPCookieJar.py > > import _LWPCookieJar # precompiled from /home/rhundt/projects/ > >Python-2.5.4/Lib/_LWPCookieJar.pyc > > # /home/rhundt/projects/Python-2.5.4/Lib/_MozillaCookieJar.pyc > > matches /home/rhundt/projects/Python-2.5.4/Lib/_MozillaCookieJar.py > > import _MozillaCookieJar # precompiled from /home/rhundt/projects/ > >Python-2.5.4/Lib/_MozillaCookieJar.pyc > > Traceback (most recent call last): > > File "google_appengine/dev_appserver.py", line 60, in <module> > > run_file(__file__, globals()) > > File "google_appengine/dev_appserver.py", line 57, in run_file > > execfile(script_path, globals_) > > File "/home/rhundt/projects/google_appengine/google/appengine/tools/ > > dev_appserver_main.py", line 73, in <module> > > from google.appengine.tools import appcfg > > File "/home/rhundt/projects/google_appengine/google/appengine/tools/ > > appcfg.py", line 55, in <module> > > from google.appengine.tools import appengine_rpc > > File "/home/rhundt/projects/google_appengine/google/appengine/tools/ > > appengine_rpc.py", line 31, in <module> > > https_handler = urllib2.HTTPSHandler > > AttributeError: 'module' object has no attribute 'HTTPSHandler' > > > Did anybody else run into this before? > > > Thanks > > Robert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
