tjfontaine / airprint-generate

Automatically generate AirPrint Avahi service files for CUPS printers
http://www.atxconsulting.com/blog/tjfontaine/2010/11/21/automatically-generate-airprint-avahi-service-files-cups-printers
405 stars 119 forks source link

ModuleNotFoundError: No module named 'cups' #27

Closed Gill-Bates closed 3 years ago

Gill-Bates commented 3 years ago

Any idea what's the issue here after running ./airprint-generate.pyunder Debian 10 Buster?

Traceback (most recent call last):
  File "./airprint-generate.py", line 25, in <module>
    import cups, os, optparse, re
ModuleNotFoundError: No module named 'cups'
Gill-Bates commented 3 years ago

Seems like a Doublicate of this issue: https://github.com/tjfontaine/airprint-generate/issues/9