Installing VirtualBox 4 and Python 2.7

This required Internet connection. Go to Virtualbox website to download the Windows host installation.
media_1414192207418.png
Download and prepared to run the setup.
media_1414192347380.png
Select Next >
media_1414192354171.png
Select Next > (Leave as Default)
media_1414192360693.png
Select Next > (Leave as Default)
media_1414192374391.png
Select Yes
media_1414192379580.png
Select Install
media_1414192402013.png
media_1414192408831.png
Select Install to allow it to install USB driver
media_1414192419340.png
Select Install to allow it to install Network Adapter Driver
media_1414192428647.png
Select Install to allow it to install Network Adapter Driver
media_1414192452028.png
Select Finish

Install Python

media_1414192531739.png
Browse to python.org website In this illustration, Python 2.7.8 will be installed instead of Pyhton 3.4.X
(X denote the last revision number)
media_1414192726578.png
Select Install for all users and Next > (leave as default)
media_1414192731438.png
Select Next >
media_1414192735829.png
Select Next >
media_1414192740348.png
media_1414192744634.png
Finish

System Properties

media_1361608890300.png

Environment Variables

media_1361609005489.png
Set the system’s PATH variable to include directories that include Python components and packages we’ll add later. To do this:
Right-click Computer and select Properties.
In the dialog box, select Advanced System Settings.
In the next dialog, select Environment Variables.

Edit System Variable

media_1361609041253.png
In the User Variables section, edit the PATH statement to include this:
C:\Python27;C:\Python27\Lib\site-packages\;C:\Python27\Scripts\;

Command Prompt

media_1361609162154.png
Type python to verify that it is working.