Eclipse, Python and Google SDK

How to get Eclipse to download Google python SDK?

I am using OSX 10.6, I have Eclipse (helios), and I downloaded the GoogleAppEngineLauncher and Eclipse plugin.

When I try to start a new web application project, it requests the SDK. I enter my location as follows:

/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ GoogleAppEngine-default.bundle/Contents/Resources/google_appengine

But all that I get, failed to initialize!

What I did wrong? any suggestions?

+4
source share
2 answers

as it is mentioned in Eclipse's new web application project, cannot find my GAE SDK , the plugin is only for java.

+2
source

You do not need to install the Google App Engine SDK / Launcher separately if you use Eclipse. The Google plugin for Eclipse will install the SDK / Launcher App Engine for you:

http://code.google.com/eclipse/

If you need to install them separately, then you have a space in your path between Resources and GoogleApeEngine-default.bundle. Also, have you confirmed that this path, the path to google_appenine, is valid?

0
source

Source: https://habr.com/ru/post/1340884/


All Articles