I found the fix here (it is a true Google App Engine SDK issue):
https://code.google.com/p/googleappengine/issues/detail?id=12852

The key step is this:

You can add a appengine_config.py python file to the root directory of your 
application with the following contents:

    import sys
    sys.platform = 'linux3'


On Thursday, March 31, 2016 at 9:10:32 AM UTC-4, Richard wrote:
>
> https://github.com/blog/2131-git-2-8-has-been-released
>
> I may be wrong, I think the improvement is in fetch... I thought it was 
> managing clone recursive...
>
> Richard
>
> On Thu, Mar 31, 2016 at 4:04 AM, Tommi Lahtonen <haz...@gmail.com 
> <javascript:>> wrote:
>
>>
>>
>> On Tuesday, March 29, 2016 at 7:48:07 PM UTC+3, Richard wrote:
>>>
>>> Git 2.8 will solve that...
>>>
>>>
>> what do you mean?
>>
>> I tried with git and it does not work any better than the full 
>> src-package. Same error.  
>>
>> -- 
>> Resources:
>> - http://web2py.com
>> - http://web2py.com/book (Documentation)
>> - http://github.com/web2py/web2py (Source code)
>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to web2py+un...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to