EasyInstall (easy_install) gives you a quick and painless way to install packages remotely by connecting to the Package Index or even other websites via HTTP. It is somewhat analogous to the CPAN and PEAR tools for Perl and PHP, respectively.
To install CUBRID Python Connector using EasyInstall, type the following command.
easy_install CUBRID-Python
To install a given version of CUBRID Python Connector, for example, 8.4.3.0002, type the following command.
easy_install CUBRID-Python==8.4.3.0002
tar xvfz setuptools-0.6c11.tar.gz
cd setuptools-0.6c11
python setup.py build
python setup.py install
Now you can use easy_install to install CUBRID Python driver.