开发者

Using GoogleAppEngine with Python in Eclipse

A while back I asked this question "Using Google App Engine template from PyDev in Eclipse on Mac" and got a response. I've come back to this endeavour and find I now get a different error when trying to create a project:

Invalid Google App Engine directory. Did not find: /Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/django

Sure enough, I browsed around and can see:

{snip}/google_appengine/lib/django_0_96 and {snip}/google_appengine/lib/django_1_2

but no

{snip}/go开发者_JAVA技巧ogle_appengine/lib/django

What's a kid to do?


Wow, I feel like some kind of hardcore Mac expert.

I created a symlink like so:

ln -s "/usr/local/google_appengine/lib/django_1_2/" "/usr/local/google_appengine/lib/django"

And all seems well. Should I expect ill effects from this fix/hack?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜