Re: [google-appengine] appcfg error: No address associated with hostname

2011-03-29 Thread Ruggero
Server: 8.8.8.8 Address:8.8.8.8#53 Non-authoritative answer: appengine.google.comcanonical name = www3.l.google.com. Name: www3.l.google.com Address: 209.85.146.138 Name: www3.l.google.com Address: 209.85.146.113 Name: www3.l.google.com Address: 209.85.146.139 Name:

Re: [google-appengine] appcfg error: No address associated with hostname

2011-03-29 Thread Robert Kluin
I would guess either DNS errors or some type of proxy issue too. Are you able to use urllib to grab the content from a website? What happens if you fire up an interactive session and try: import socket socket.gethostbyname('appengine.google.com') Are you able to try this from some

Re: [google-appengine] appcfg error: No address associated with hostname

2011-03-28 Thread Ikai Lan (Google)
I'm wondering if this a connection problem? Try doing an nslookup of appengine.google.com: nslookup appengine.google.com (Command should work in command prompt if you're on windows or terminal if you're on Linux). Ikai Lan Developer Programs Engineer, Google App Engine Blog:

Re: [google-appengine] appcfg error: No address associated with hostname

2011-03-27 Thread Ruggero
ok, I've solved this last problem, but with python2.5 I got the same error as with 2.7 File /usr/local/lib/python2.5/urllib2.py, line 392, in _open '_open', req) File /usr/local/lib/python2.5/urllib2.py, line 353, in _call_chain result = func(*args) File

Re: [google-appengine] appcfg error: No address associated with hostname

2011-03-26 Thread Ruggero
2011/3/23 Robert Kluin robert.kl...@gmail.com: Have you tried it with Python 2.5? Robert yes, but now with python2.5 I got: Traceback (most recent call last): File /home/ruggero/google_appengine/appcfg.py, line 71, in module run_file(__file__, globals()) File

[google-appengine] appcfg error: No address associated with hostname

2011-03-22 Thread Ruggero Turra
I got this error every time I use appcfg doing updating, dowloading, ... I found some other threads with this problem and the reason was related to the use of a proxy, but I'm not under a proxy. ~/google_appengine/appcfg.py --noisy --email=giurr...@gmail.com update myapplication Application:

Re: [google-appengine] appcfg error: No address associated with hostname

2011-03-22 Thread Robert Kluin
Have you tried it with Python 2.5? Robert On Tue, Mar 22, 2011 at 16:09, Ruggero Turra giurr...@gmail.com wrote: I got this error every time I use appcfg doing updating, dowloading, ... I found some other threads with this problem and the reason was related to the use of a proxy, but