Welcome all. I try to learn how to use python and Google APIs. I started 
with the instructions under the following link:

http://code.google.com/googleapps/marketplace/tutorial_python_gae.html

& I downloaded the "Self-contained ZIP 
Download<http://apps-marketplace-resources.googlecode.com/files/helloworld-python-gae.zip>"
 
and tried to run it from my local environment (Google App Engine Launcher) 
and Python 2.7 but I got the following error: 

Traceback (most recent call last):
  File "C:\Program 
Files\Google\google_appengine\google\appengine\ext\webapp\_webapp25.py", line 
701, in __call__
    handler.get(*groups)
  File "C:\xampplite\engineapp1\helloworldnew\main.py", line 32, in get
    if user and self.check_email(user):
  File "C:\xampplite\engineapp1\helloworldnew\main.py", line 53, in check_email
    domain = urlparse(user.federated_identity()).hostname
  File "C:\Python27\lib\urlparse.py", line 134, in urlparse
    tuple = urlsplit(url, scheme, allow_fragments)
  File "C:\Python27\lib\urlparse.py", line 173, in urlsplit
    i = url.find(':')
AttributeError: 'NoneType' object has no attribute 'find'


Why do I get these and how can I work it around?


THanks 

Michael

-- 
You received this message because you are subscribed to the Google
Groups "Google Contacts, Shared Contacts and User Profiles APIs" 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://code.google.com/apis/contacts/community/forum.html

Reply via email to