You are on page 1of 2

Install Python

Extract PyInstall Achieve To Desktop (May Be)

Login As Admin And Install In Contents In The Following Order

Double Click On The Item To Install, Follow The Installation Instructions.

Choose C:\ As Installation Folder

1. Install PYTHON, Double Click On Python-2.5


Set Path Variable
Go To Control Panel, Select System, In There Click Advanced Tab.

You Will See Environment Variables Tab, Click That

In There You Will See System Variable Button, Click That

Select Path Then Edit, In Edit Dialog, Traverse To The End Of Path Text Then Add The Following Text.

C:\Python25
Check Python Installation
Open A Terminal, Say Python, You Should See The Following

Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit


(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
If You Do Then You Got Python Installed Correctly.

Close Python Interactive Terminal


Hold Ctrl Then Press Z, Then Return.
2. Install PYGTK, Double Click On pygtk-2.10.6-1.win32-py2.5
Check PyGTK Installation
In Interactive Terminal Say

>>>import pygtk
You Should See This Python Prompt, And No Error

3. Install PYCAIRO, Double Click On pycairo-1.2.6-1.win32-py2.5


Check Cairo Installation
>>>import cairo

4. Install PYGOBJECT, Double Click On pygobject-2.12.3-1.win32-py2.5


Check GObject Installation
>>>import gobject

5. Install GTKRUNTIME, Double Click On gtk-2.12.9-win32-2


Check GTK Installation
>>>import gtk
6. Run Test Script, Test.py
>>>Test.py

It Will Show The Home Directory

You might also like