Federica created a new topic ' INDI server' in the forum. 4 years ago

Hello!
I'm a newbie. I'm trying to use Python with INDI libraries.
I've successfully install them on my linux virtual machine but when I type

import PyIndi
import IndiClient
indiclient = IndiClient.IndiClient("localhost",XXXX)
it returns:
socket: connection refused
no indiserver running on localhost: XXXX - Try to run
indiserver -v indi_<your_scope> indi_<your_cam>

What should I do?
Thank you in advance

Read More...