Installing Python Support on Windows

Python support can be set up on Windows by running the applicable setup python script from the SDK\Python subdirectory of your SAP Sybase IQ installation.

Prerequisites

Ensure that Python and the ctypes module are installed. For a list of supported versions of Python, see http://www.sybase.com/detail?id=1068981.

Task
  1. At a system command prompt, change to the SDK\Python subdirectory of your SAP Sybase IQ installation.
  2. Run the following command to install sqlanydb.
    python setup.py install
  3. To test sqlanydb, make a copy of the sample database file in your current directory and run a test.
    newdemo
    cd "%ALLSERPROFILE%"\SybaseIQ\demo
    start_iq @iqdemo.cfg iqdemo.db
    python Scripts\test.py

    The test script makes a connection to the database server and executes a SQL query. If successful, the test displays the message sqlanydb successfully installed.

    If the tests do not run, ensure that the bin32 or bin64 subdirectory of the SAP Sybase IQ installation is in your path.

The sqlanydb module is now ready to use.