From: Michael K <vk...@ya...> - 2020-12-30 23:14:01
|
I've installed the linux-gpib (user and kernel) package and can communicate with devices with ibtest and ibterm but cannot get python to find the library. I see that Python files are installed but when I "import gpib" I get a complaint... /usr/lib/python3.7/site-packages/gpib-1.0-py3.7.egg-info/usr/lib/python3.7/site-packages/gpib.cpython-37m-aarch64-linux-gnu.so michael@schrodinger:~/GPIB $ python3 Python 3.7.3 (default, Jul 25 2020, 13:03:44) [GCC 8.3.0] on linuxType "help", "copyright", "credits" or "license" for more information.>>> import gpibTraceback (most recent call last): File "<stdin>", line 1, in <module>ModuleNotFoundError: No module named 'gpib'>>> What am I missing ? Michael |