Getting error:
python appcfg.py upload_data --url=http://localhost:8081/_ah/remote_api --config_file=../bulkloader.yaml --filename=unit.csv --kind=Unit
python: can't open file 'appcfg.py': [Errno 2] No such file or directory
When trying to run below:
---
Before you can run the sample code, you need to upload the data files that represent the units and lessons of the course. (Basically, two CSV files contain the information the code needs to find all of the information pertaining to the units and lessons.) You always need to do this step, whether you used the Launcer or a shell or command prompt to start your development server and load the course framework.
To upload the data, first make sure that your development server is running (as described in step 5).
Then, open a new shell or command prompt. In that window:
cd APPPATH/data
appcfg.py upload_data --url=http://localhost:PORT/_ah/remote_api --config_file=../bulkloader.yaml --filename=unit.csv --kind=Unit
appcfg.py upload_data --url=http://localhost:PORT/_ah/remote_api --config_file=../bulkloader.yaml --filename=lesson.csv --kind=Lesson