Public bug reported:

Ubuntu 18.04.1 on AMD64, python3-comedilib 0.10.2-4build7

The installed module is empty and completely non-functional. The Python
2.7 python-comedilib package appears to be OK.

Python 3.6.6 (default, Sep 12 2018, 18:26:19)
[GCC 8.0.1 20180414 (experimental) [trunk revision 259383]] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import comedi
>>> comedi.MAJOR
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'comedi' has no attribute 'MAJOR'
>>> dir(comedi)
['__doc__', '__loader__', '__name__', '__package__', '__path__', '__spec__']

Python 2.7.15rc1 (default, Apr 15 2018, 21:51:34)
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import comedi
>>> comedi.MAJOR
98

** Affects: comedilib (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1797258

Title:
  Bionic: python3-comedilib module empty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/comedilib/+bug/1797258/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to