Python3 library not found

Michael K via Linux-gpib-general <[email protected]> Wed, 30 Dec 2020 23:13:37 +0000 (UTC)
Newsgroups gmane.linux.hardware.gpib.general
Message-ID <[email protected]>
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

_______________________________________________
Linux-gpib-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-gpib-general