SIP

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

SIP

#1 Post by robwoj44 »

http://www.riverbankcomputing.co.uk/software/sip/intro
One of the features of Python that makes it so powerful is the ability to take existing libraries, written in C or C++, and make them available as Python extension modules. Such extension modules are often called bindings for the library.
SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.
SIP comprises a code generator and a Python module. The code generator processes a set of specification files and generates C or C++ code which is then compiled to create the bindings extension module. The SIP Python module provides support functions to the automatically generated code.

The dependencies:
python from devx_xx.sfs
Attachments
sip-4.7.9-i486.pet
Python bindings tool
(151.69 KiB) Downloaded 946 times
Last edited by robwoj44 on Thu 20 Jun 2013, 09:20, edited 1 time in total.

Hernâni
Posts: 8
Joined: Tue 29 Nov 2011, 11:14

#2 Post by Hernâni »

robwoj44,

Big thank you from Portugal.

Hernâni

Post Reply