In order to successfully run this application on the local computer you need to have Python installed.
If you do not have a Python installed on your computer follow this steps:
- Go to www.python.org.
- Download Python2.X or Python3.X version for your operational system.
- Install it on local computer, following instructions on Python official website.
Once you have Python installed follow this steps:
- Open Python IDLE.
- In shell open a movies.py file.
- From top menu select 'Run', then 'Run Module' or simply press 'F5'.
You also can run the file from command line using command 'python' followed by whitespace and name of the file.