Google Cloud Print

Hi!
I just installed LEAP 42.2 KDE og try to set up Google Cloud Print(I share printers from a Windows 10-PC trough GCP).

I use OpenSUSE 1-Click-installation to install Cups-Cloud-Print, but when i try to run

/usr/share/cloudprint-cups/upgrade.py

and

/usr/share/cloudprint-cups/setupcloudprint.py

, then i only get error:
Traceback (most recent call last):
File “/usr/share/cloudprint-cups/upgrade.py”, line 30, in <module>
import cups
ImportError: No module named cups

Cups is installed and running. Do i need to setup Cups manual?

No, python is telling you it’s mising something: python-cups or python3-cups.

Thanks allot!
python3-cups is installed, but python-cups was missing. I installed it and now it worked.
Strange this dependencies was not solved during installation of cupscloudprint?

RS