I'm not sure to get what I have to change exactly and why it doesn't work on my Pi. It is a very fresh installation and I just followed the tuto.

My 'setup.cfg' file contains only :

[build_ext]
swig_opts = -v -Wall -c++ -threads -I/usr/include -I/usr/include/libindi
include_dirs = /usr/include:/usr/include/libindi
libraries = z cfitsio nova
library_dirs = /usr/lib:/usr/lib/arm-linux-gnueabihf

And it still not work.

I work on the pyindi-client code files found by :
svn checkout https://svn.code.sf.net/p/pyindi-client/code/trunk ~/pyindi-client-code


Read More...