Source: seelablet
Version: 1.0.6-2
Severity: serious
Tags: sid buster

seelablet depends on python-seelablet (and not python3-seelablet)
although /usr/bin/Experiments has a python3 shebang.

When I tried to run /usr/bin/Experiments in a default Ubuntu 17.10
install (so using GNOME), I got

  $ Experiments 
  Traceback (most recent call last):
    File "/usr/bin/Experiments", line 17, in <module>
      import sip
  ModuleNotFoundError: No module named 'sip'

Ok, so python3-seelablet needs to depend on python3-sip. After
installing that, I got

  $ Experiments 
  Traceback (most recent call last):
    File "/usr/bin/Experiments", line 21, in <module>
      from PyQt4 import QtWebKit
  ImportError: cannot import name 'QtWebKit'

And that's where I stopped because it doesn't look like that's
available in Debian.

Thanks,
Jeremy Bicha

Reply via email to