==================
TLib
==================

A distribution that provides a library of tools written in Python to help simplify the creation
of automated tests on all YellowPages products.

Installation
============

1. Install module pycrypto-2.6.win32-py2.7.exe found under the modules folder
2. Install module cx_Oracle-5.1.3-11g.win32-py2.7.exe found under the modules folder
3. Install module MySQL-python-1.2.3.win32-py2.7.exe found under the modules folder
4. Install TLib with pip, ilke this
   pip install TLib==X.X.XX
   where X.X.XX is the version required
5. Install Pillow-2.5.0.win-amd64-py2.7.exe (Refer http://svn.ypg.com/svn/qa/Tutorial/README.txt for Usage of Image comparison methods)

NOTE: make sure your PYTHONPATH has been set in your environment variables.  ie: PYTHONPATH=C:\Python27\Lib;C:\Python27\DLLs;C:\Python27\Lib\lib-tk;C:\Python27\Lib\site-packages
