binaryage / drydrop

Deploy static sites to App Engine by pushing to GitHub
http://drydrop.binaryage.com
Other
224 stars 32 forks source link

Missing command #18

Open moos3 opened 12 years ago

moos3 commented 12 years ago

Patching /Users/moose/drydrop/.deploy/1.7.3.4/drydrop_handler.py

cd "/Users/moose/drydrop/.deploy/1.7.3.4" && find . -exec touch -am -t 01010000.00 '{}' ';' Uploading version to appspot ...

appcfg.py update "/Users/moose/drydrop/.deploy/1.7.3.4" sh: appcfg.py: command not found

Latest checkout is doing this ? ideas?

darwin commented 12 years ago

do you have installed appengine SDK?

maybe they did some changes in the latest? I'm not following it's development anymore