Bionic: python3-comedilib module empty
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
comedilib (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
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
tags: | added: bionic |
Hi
I have just tested this with the newest version 0.11.0 but I am sure it is the
same for 0.10.2.
python3
Python 3.7.2 (default, Jan 3 2019, 02:55:40)
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import comedi.comedi as c
>>> c.MAJOR
98
>>>
Hope this solves your problem
/Gudjon