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
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.
Requirements CUBRID: 8.4.0+ OS: Windows x32/x64 Linux x32/x64 Other UNIX and UNIX-like OS Python: 2.4+ Installation There are several ways to install CUBRID Pytho...
3 months ago