I would like to use Python to run a profile building script for Openlayers.js. Here is the documentation page for the Openlayers profile builder. I wouldn’t know where to begin.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should start with installing Python. It can be downloaded here
Then add location of your Python installation directory to PATH variable in Environment Variable so that python keyword can be globally accessed in command prompt.
After that you should be able to follow instructions from OpenLayers tutorial that you specified in your question.