tiodor / labstreaminglayer

Automatically exported from code.google.com/p/labstreaminglayer
1 stars 1 forks source link

Can't get liblsl-python work under Linux #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I can easily build liblsl under Linux but there are problems with liblsl-python.

First there isn't a setup.py or CMake facility to build the Python wrapper. I 
found the relevant command from the vcproj file:
swig -c++ -python <filename>.i

This generates something but upon importing pylsl, it can't find _liblsl 
because the _liblsl.pyd files in binaries-* folders are built for Windows. How 
do we rebuild them for Linux?

There is need for a more unified build system using CMake for example.

Thanks.

Original issue reported on code.google.com by ozan...@gmail.com on 21 Oct 2013 at 10:05

GoogleCodeExporter commented 8 years ago
We have now rewritten the python interface using native python code (based on 
ctypes), so no need to compile on a per-platform basis any more. Currently only 
available in the repository and at the sccn mirror 
(ftp://sccn.ucsd.edu/pub/software/LSL/SDK).

Original comment by christia...@gmail.com on 23 Jan 2014 at 11:27