Google AppEngine error: “No module named flask”

后端 未结 2 1028
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-21 05:17

I\'m following the directions provided by WebPutty\'s github page to put my own fork of WebPutty up on GAE. It runs fine locally. I wasn\'t able to run \"fab deploy\" successful

2条回答
  •  滥情空心
    2021-01-21 05:27

    I had this exact same problem. I'm on Mac OS X Lion. I fixed the problem by moving the GoogleAppEngineLauncher.app from my desktop to the application directory. fabfile.py looks for the app there. After I moved the app to where fabfile.py was looking for it, I ran "fab deploy" and everything worked perfectly. I hope this helps.

提交回复
热议问题