INDI monthly update. In addition to driver improvements, major code refactoring is in progress by @pawel-soja to modernize and improve INDI aging code.
New forum users, please go here first: indilib.org/forum/new-forum-users.html
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.
/usr/include/libindi/indiproperty.h:42: Error: Syntax error in input(3).
error: command 'swig' failed with exit status 1
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.