First, download CUBRID Python Driver for Windows. You will be given options to select your system architecture, and Python version.
Extract the archive you downloaded from the links above. You should see a folder and two files in the folder: CUBRIDdb\__init__.pyCUBRIDdb\connections.py, CUBRIDdb\cursors.pyCUBRIDdb\FIELD_TYPE.py, _cubrid.pyd and _cubrid_exceptions.py.
Copy these files to the Lib folder where your Python has been installed. By default it is C:\Program Files\Python\Lib. This is the place where all other third-party libraries are located.
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...