On Fri, Jun 01, 2018 at 04:04:00PM +0200, Olivier Berger wrote:
>
> I typed qreator on the command-line and got :
>
> $ qreator
> /usr/share/qreator/qreator_lib/Builder.py:21: PyGIWarning: Gtk was imported
> without specifying a version first. Use gi.require_version('Gtk', '3.0')
> before import to ensure that the right version gets loaded.
> from gi.repository import GObject, Gtk # pylint: disable=E0611
> Traceback (most recent call last):
> File "/usr/bin/qreator", line 45, in <module>
> import qreator
> File "/usr/share/qreator/qreator/__init__.py", line 22, in <module>
> from qreator import QreatorWindow
> File "/usr/share/qreator/qreator/QreatorWindow.py", line 30, in <module>
> from QRCode import QRCode
> File "/usr/share/qreator/qreator/QRCode.py", line 23, in <module>
> import Image
> ImportError: No module named Image
>
> I suspect a missing dependency...
>
The culprit seems to be python-imaging.
I'm a bit suprised this managed to slip in...
Anyway, hope this helps,
Best regards,
--
Olivier BERGER
http://www-public.telecom-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingenieur Recherche - Dept INF
Institut Mines-Telecom, Telecom SudParis, Evry (France)