Python: Setting up in Windows 7

- Download latest 2.x at https://www.python.org/downloads/
- Set Environment path:
C:Python27;C:Python27Libsite-packages;C:Python27Scripts;
- Install Setuptools: https://pypi.python.org/pypi/setuptools#windows-7-or-graphical-install
- Download the script
- Open CMD
- Go to the script directory
- Run the script:
python ez_setup.py
- Exit once done (Ctrl + Z, then Enter)
Test your installation by open up CMD, and type in python. You should see something similar to the screen shot below.
Following are optional:
- Install pip:
C:> easy_install pip
- Install the followng using pip
- Mechanize:
C:> pip install mechanize
- BeatifulSoup4:
C:> pip install beautifulsoup4
- CSVKIT:
C:> pip install csvkit
- Mechanize:
References:
- http://www.anthonydebarros.com/2011/10/15/setting-up-python-in-windows-7/
- http://www.anthonydebarros.com/2011/09/11/csvkit-data-files/
Like it! portable version also available for windows – http://portablepython.com/