Comment 2 for bug 1690516

Revision history for this message
Bartłomiej Garbiec (garbulix) wrote :

Hi,

I have the same problem - I cannot align printer heads in the same printer. It exist on many distros: Fedora 32, Fedora 31, Linux Mint 20 (hplip 3.20) and elementary 5.1 (hplip 3.17.10).

Is that problem related with python2->python3 migration? Elementary seems to have python 2.7 installed.

```
Traceback (most recent call last):
  File "/usr/bin/hp-align", line 225, in <module>
    maint.AlignType17(d, tui.load_paper_prompt, aioUI2)
  File "/usr/share/hplip/base/maint.py", line 728, in AlignType17
    return dataModelHelper(dev, dev.getUrl_LEDM, ui2)
  File "/usr/share/hplip/base/maint.py", line 688, in dataModelHelper
    data = string.split(data, "/Jobs")[1]
AttributeError: module 'string' has no attribute 'split'
```

PS. I've clicked status "Fix Released" accidentally and I don't know if it saved the status for this bug globally - I can't revert that change, because now I don't have enough permissions.