Bi-monthly release with major changes to INDI properties and client API in addition to new drivers and improvements.
ImportError Traceback (most recent call last)
~/Documentos/Bionirs/Prototipo/Camara SBIG/SampleCCD.py in
----> 2 import PyIndi
3 import time
4 import sys
5 import threading
6 from astropy.io import fits
/usr/local/lib/python3.8/dist-packages/PyIndi.py in <module>
13 from . import _PyIndi
14 else:
---> 15 import _PyIndi
16
17 try:
ImportError: /usr/local/lib/python3.8/dist-packages/_PyIndi.cpython-38-x86_64-linux-gnu.so: undefined symbol: IUSaveConfigText
Please Log in or Create an account to join the conversation.
$ nm -D /usr/local/lib/python3.8/dist-packages/_PyIndi.cpython-38-x86_64-linux-gnu.so | grep -i IUSaveConfigText
U IUSaveConfigText
Please Log in or Create an account to join the conversation.
$ nm -D /usr/local/lib/python3.8/dist-packages/_PyIndi.cpython-38-x86_64-linux-gnu.so | grep -i IUSaveConfigText
U IUSaveConfigText
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
indiclientpython_wrap.cpp: In function ‘PyObject* _wrap_Property_getNumber(PyObject*, PyObject*)’:
indiclientpython_wrap.cpp:22067:3: error: ‘PropertyView’ was not declared in this scope; did you mean ‘INDI::PropertyView’?
22067 | PropertyView< INumber > *result = 0 ;
Please Log in or Create an account to join the conversation.