Python Forum
install cups on python3
Thread Rating:
  • 4 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
install cups on python3
#3
I presume you are trying to install the Python module and not the actual cups program (which is installed by default on Linux systems)
Try

For Python 3
pip3 install pycups
For Python 2
pip install pycups
Also, saying "...it doesn't work" is not helpful at all. You need to post the actual errors (between the error code tags) in it's entirety.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
install cups on python3 - by gray - Jun-10-2017, 08:24 AM
RE: install cups on python3 - by Larz60+ - Jun-10-2017, 08:44 AM
RE: install cups on python3 - by sparkz_alot - Jun-10-2017, 12:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  install lightblue on python3 gray 3 4,832 Jul-10-2017, 11:09 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020