I am developing a app engine app in java and want to upload some data into the datastore using the python tool. I am very new to python and I installed python 2.7 and google app engine sdk for python by following instruction at https://developers.google.com/appengine/docs/python/#Python_Selecting_the_Python_runtime
My dev env is on windows and I added C:\Program Files\Google\google_appengine to the windows path variable. Now when I run this command to generate config file to upload the data : appcfg.py --url=http://<appid>.com/remote_api --application=<appid> -v --filename=config.yml create_bulkloader_config It always return me help instruction as follows : C:\Documents and Settings\admin>appcfg.py --url=http://<appid>.appspot.com/remote_api --application=<appid> -v --filename=config.yml create_bulkloade r_config Usage: appcfg.py [options] <action> Action must be one of: backends: Perform a backend action. backends configure: Reconfigure a backend without stopping it. backends delete: Delete a backend. backends list: List all backends configured for the app. backends rollback: Roll back an update of a backend. backends start: Start a backend. backends stop: Stop a backend. backends update: Update one or more backends. create_bulkloader_config: Create a bulkloader.yaml from a running application. cron_info: Display information about cron jobs. delete_version: Delete the specified version for an app. .------------ -------------- I am almost stuck on this and not able to fugure out where I am doing mistake. Please help me. thanks, hitesh -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
