Configuring App Engine path for PyDev on Mac

后端 未结 3 1282
生来不讨喜
生来不讨喜 2020-12-19 02:25

I\'ve just installed Eclipse and the Pydev plug-in on my Mac (OS X 10.6.6) and I\'m having trouble using the Google App Engine project \'template\'. I\'m really stuck here s

3条回答
  •  無奈伤痛
    2020-12-19 02:56

    I had the same problem and I was stuck for days. I simply searched for the dev_appserver.py file in the Finder and inserted that dir. Mine was just under the folder I initially pointed it toward on my Desktop and I was wasting time looking in the App folder. I hope that helps, even though its so simple to just search your whole dir sys for the file.

    I had downloaded this AppEngine SDK for Python on Mac OS X and it seemed like it was just the SDK without the dir that we need for the lib.

    Good luck,

提交回复
热议问题