Configuring App Engine path for PyDev on Mac

后端 未结 3 1284
生来不讨喜
生来不讨喜 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条回答
  •  梦毁少年i
    2020-12-19 02:47

    You need to download and run the Google App Engine SDK for Python (the AppEngine SDK for Python on Mac OS X may be found at that link), and you need to run the installer program. It will install the dev_appserver binary in /usr/local/bin/. You shouldn't try running the bundled code; one of the reasons why it is necessary to run in the installer and have it install the code in /usr/local/bin/, is that the installer will also periodically update those files which it has installed; if you run them directly from within the bundle, then you risk running out-of-date versions of those files.

提交回复
热议问题