python3-pyds9 does not work as soon as python3-imexam is installed.
Bug #1733352 reported by
gubu
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-pyds9 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
On a fresh install of artful python3-pyds9 does not work with installed python3-imexam.
python3
Python 3.6.3 (default, Oct 3 2017, 21:45:48)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyds9
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/
ds9_xpans()
File "/usr/lib/
if xpa.xpaaccess(
AttributeError: module 'xpa' has no attribute 'xpaaccess'
without python3-imexam:
>>> import pyds9
>>>
No error
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.