• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Google App Engine SDK root

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I am following the How to build a mobile App with Google App Engine backend Tutorial at the following link: https://cloud.google.com/resources/articles/how-to-build-mobile-app-with-app-engine-backend-tutorial
I am trying to upload data from a file called places.csv to the App Engine data store. I have a upload_data.bat file whose contents are as follows :
python appcfg.py upload_data --config_file bulkloader.yaml --url="http://localhost:8888/remote_api" --filename $1 --kind=$2 -e [email protected]

When I run this file from the command prompt I get the following error in appcfg.py :
Traceback (most recent call last):
File "appcfg.py", line 179, in <module>
DIR_PATH = get_dir_path(os.path.join('lib', 'ipaddr'))
File "appcfg.py", line 139, in get_dir_path
'directory' % gae_sdk_root)
ValueError: GAE_SDK_ROOT 'E:\\android-sdk\\adt-bundle-windows-x86_64-20130917\\eclipse\\plugins\\com.google.appengine.eclipse.sdkbundle_1.8.6\\appengine-java-sdk-1.8.6' does not refer to a valid SDK directory

I have installed the App Engine sdk as a plugin to eclipse and set the GAE_SDK_ROOT environment variable to :'E:\\android-sdk\\adt-bundle-windows-x86_64-20130917\\eclipse\\plugins\\com.google.appengine.eclipse.sdkbundle_1.8.6\\appengine-java-sdk-1.8.6\'

I don't understand why is it not able to find the SDK root there.

Please Help!!
 
Poop goes in a willow feeder. Wipe with this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic