GAE Pythonでデプロイ出来ない場合(already in progress for this app and major version...というエラーが出る)場合の対処方法。
コマンドプロンプトで以下の赤字の部分を打ち込む。なお、打ち込む前に、C:\Program Files\Google\google_appengineに移動しておくこと。
C:\Program Files\Google\google_appengine>python appcfg.py rollback "C:\Documents
and Settings\kabuki\My Documents\GAE\appname"
Application: poseritem; version: 15.
Server: appengine.google.com.
Rolling back the update.
2010-07-10 11:13:43,328 WARNING appengine_rpc.py:399 ssl module not found.
Without the ssl module, the identity of the remote host cannot be verified, and
connections may NOT be secure. To fix this, please install the ssl module from
http://pypi.python.org/pypi/ssl .
To learn more, see http://code.google.com/appengine/kb/general.html#rpcssl .
Email: xxx@xxx.com
Password for zenryokuhp@gmail.com:*****
C:\Program Files\Google\google_appengine>
メールアドレスとパスワードを打ち込んでしばらく待つとアップロードできるようになっている…はず。