Python

Sparksee Python doesn’t need to be compiled, which is a difference regarding the other Sparksee APIs.

In order to run a Python script using Sparksee make sure that the Sparksee module script (called sparksee.py) and the wrapper library named "_sparksee" are in the Python module search path.

The other available library included in Sparksee’s Python distribution is the dynamic native library. This must be located in a specific system directory defined by the following:

Once the installation is completed you can run the script normally. The following example assumes that the python2.7 executable is available in your path, otherwise you should write the full path to your Python executable.


$ python ./HelloSparksee.py
Back to Index