I can.  I'm not behind a proxy, either, which is a common element in other 
situations where this arose.

After sufficient deep searching, I knew it would be something trivial.  Lo 
and behold... 
http://stackoverflow.com/questions/12848631/how-do-i-deploy-my-google-app-engine-project-when-not-behind-a-proxy-in-python-2

-Danny

On Thursday, October 11, 2012 8:57:35 PM UTC-7, Julie wrote:
>
> *I have occasionally received this error, and in each case it was related 
> to Internet access problems. One time it was my ISP's DNS, so I changed my 
> DNS to use Google (8.8.8.8 and 8.8.4.4 as per *
> https://developers.google.com/speed/public-dns/?hl=es* On another 
> occassion my ADSL router required a restart. Can you ping appspot.com?**
> *
> On 12 October 2012 07:12, Danny Favela <[email protected] <javascript:>>wrote:
>
>> I'm seeing this error today, just as I did yesterday, when trying to 
>> deploy using Python 2.7.  Please let me know if there's a fix, as there are 
>> lots of unsuccessful options -- and none marked as solutions -- on 
>> stackoverflow and in Google search results.
>>
>> Error:
>>
>> File "C:\Program Files 
>> (x86)\Google\google_appengine\google\appengine\tools\appengine_rpc.py", 
>> line 383, in Send
>>     f = self.opener.open(req)
>>   File "C:\Python27\lib\urllib2.py", line 400, in open
>>     response = self._open(req, data)
>>   File "C:\Python27\lib\urllib2.py", line 418, in _open
>>     '_open', req)
>>   File "C:\Python27\lib\urllib2.py", line 378, in _call_chain
>>     result = func(*args)
>>   File "C:\Python27\lib\urllib2.py", line 1215, in https_open
>>     return self.do_open(httplib.HTTPSConnection, req)
>>   File "C:\Program Files 
>> (x86)\Google\google_appengine\lib\fancy_urllib\fancy_urllib\__init__.py", 
>> line 383, in do_open
>>     raise url_error
>> urllib2.URLError: <urlopen error [Errno 11004] getaddrinfo failed>
>> 2012-10-11 13:05:38 (Process exited with code 1)
>>
>>
>> -Danny
>>
>> On Monday, April 12, 2010 3:11:05 PM UTC-7, Ikai L (Google) wrote:
>>>
>>> Are you still having this issue? What happens if you deploy using Python 
>>> 2.5?
>>>
>>> I also know that we've seen some issues with deploys and clock skew. 
>>> Could that be what is happening here?
>>>
>>> On Sat, Apr 10, 2010 at 5:37 AM, Camus <[email protected]> wrote:
>>>
>>>> I have update another apps and it works like a charm, but got error
>>>> when I try to update BirdNest.Someone can help on this? Just try to
>>>> build a twitter proxy :(
>>>> Thanks !!
>>>>
>>>> ==The Error Message:==
>>>> C:\Google\google_appengine>**appcfg.py update BirdNest
>>>> C:\Google\google_appengine\**appcfg.py:41: DeprecationWarning: the sha
>>>> module is deprecated; use the hashlib module instead
>>>>  os.path.join(DIR_PATH, 'lib', 'antlr3'),
>>>> C:\Google\google_appengine\**google\appengine\tools
>>>> \dev_appserver_login.py:33: DeprecationWarning: the md5 module is
>>>> deprecated; use hashlib instead  import md5
>>>> Application: MYAPPID; version: 1.
>>>> Server: appengine.google.com.
>>>> Scanning files on local disk.
>>>> Initiating update.
>>>> 2010-04-10 19:35:00,726 ERROR appcfg.py:1568 An unexpected error
>>>> occurred. Aborting.
>>>> Traceback (most recent call last):
>>>>  File "C:\Google\google_appengine\**google\appengine\tools\appcfg.**
>>>> py",
>>>> line 1535, in DoUpload    missing_files = self.Begin()
>>>>  File "C:\Google\google_appengine\**google\appengine\tools\appcfg.**
>>>> py",
>>>> line 1305, in Begin    version=self.version,
>>>> payload=self.config.ToYAML())
>>>>
>>>> File "C:\Google\google_appengine\**google\appengine\tools
>>>> \appengine_rpc.py", line 346, in Send    f = self.opener.open(req)
>>>>  File "C:\Python26\lib\urllib2.py", line 391, in open    response =
>>>> self._open(req, data)
>>>>  File "C:\Python26\lib\urllib2.py", line 409, in _open    '_open',
>>>> req)
>>>>  File "C:\Python26\lib\urllib2.py", line 369, in _call_chain
>>>> result = func(*args)
>>>>
>>>> File "C:\Google\google_appengine\**google\appengine\tools
>>>> \https_wrapper.py", line 136, in https_open    return
>>>> self.do_open(http_class_**wrapper, req)
>>>>  File "C:\Python26\lib\urllib2.py", line 1136, in do_open    raise
>>>> URLError(err)
>>>> URLError: <urlopen error [Errno 11004] getaddrinfo failed>
>>>> Traceback (most recent call last):
>>>>  File "C:\Google\google_appengine\**appcfg.py", line 68, in <module>
>>>> run_file(__file__, globals())
>>>>  File "C:\Google\google_appengine\**appcfg.py", line 64, in run_file
>>>> execfile(script_path, globals_)
>>>>  File "C:\Google\google_appengine\**google\appengine\tools\appcfg.**
>>>> py",
>>>> line 2709, in <module>    main(sys.argv)
>>>>  File "C:\Google\google_appengine\**google\appengine\tools\appcfg.**
>>>> py",
>>>> line 2700, in main    result = AppCfgApp(argv).Run()
>>>>  File "C:\Google\google_appengine\**google\appengine\tools\appcfg.**
>>>> py",
>>>> line 1763, in Run    self.action(self)
>>>>  File "C:\Google\google_appengine\**google\appengine\tools\appcfg.**
>>>> py",
>>>> line 2580, in __call__    return method()
>>>>  File "C:\Google\google_appengine\**google\appengine\tools\appcfg.**
>>>> py",
>>>> line 2070, in Update    lambda path: open(os.path.join(basepath,
>>>> path), 'rb'))
>>>>  File "C:\Google\google_appengine\**google\appengine\tools\appcfg.**
>>>> py",
>>>> line 1535, in DoUpload    missing_files = self.Begin()
>>>>  File "C:\Google\google_appengine\**google\appengine\tools\appcfg.**
>>>> py",
>>>> line 1305, in Begin    version=self.version,
>>>> payload=self.config.ToYAML())
>>>>
>>>> File "C:\Google\google_appengine\**google\appengine\tools
>>>> \appengine_rpc.py", line 346, in Send    f = self.opener.open(req)
>>>>  File "C:\Python26\lib\urllib2.py", line 391, in open    response =
>>>> self._open(req, data)
>>>>  File "C:\Python26\lib\urllib2.py", line 409, in _open    '_open',
>>>> req)
>>>>  File "C:\Python26\lib\urllib2.py", line 369, in _call_chain
>>>> result = func(*args)
>>>>
>>>> File "C:\Google\google_appengine\**google\appengine\tools
>>>> \https_wrapper.py", line 136, in https_open    return
>>>> self.do_open(http_class_**wrapper, req)
>>>>  File "C:\Python26\lib\urllib2.py", line 1136, in do_open    raise
>>>> URLError(err)urllib2.URLError: <urlopen error [Errno 11004]
>>>> getaddrinfo failed>
>>>>
>>>> C:\Google\google_appengine>
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "Google App Engine" group.
>>>> To post to this group, send email to google-a...@googlegroups.**com.
>>>> To unsubscribe from this group, send email to google-appengi...@**
>>>> googlegroups.com.
>>>> For more options, visit this group at http://groups.google.com/**
>>>> group/google-appengine?hl=en<http://groups.google.com/group/google-appengine?hl=en>
>>>> .
>>>>
>>>>
>>>
>>>
>>> -- 
>>> Ikai Lan
>>> Developer Programs Engineer, Google App Engine
>>> http://googleappengine.**blogspot.com<http://googleappengine.blogspot.com>| 
>>> http://twitter.com/app_engine
>>>  
>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google App Engine" group.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msg/google-appengine/-/5OTqlGo0gmkJ.
>> To post to this group, send email to 
>> [email protected]<javascript:>
>> .
>> To unsubscribe from this group, send email to 
>> [email protected] <javascript:>.
>> For more options, visit this group at 
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/YQQPDhYgYh8J.
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.

Reply via email to