Python Forum
Is there in 2018 a python3 library that implements the Internet Printing Protocol?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there in 2018 a python3 library that implements the Internet Printing Protocol?
#1
All python libraries that implement the Internet Printing Protocol (IPP) do not seem to work under python3.

Here is what I've tried so far:
  • pkipplib
    import pkipplib.pkipplib        # installed via pip
    Leads to the following error:
    Traceback (most recent call last):
        File "<stdin>", line 1, in <module>
        File "/home/user/.local/lib/python3.6/site-packages/pkipplib/pkipplib.py", line 308
            raise KeyError, key
                          ^
    SyntaxError: invalid syntax
  • pyipptool
    import pyipptool        # installed via pip
    Leads to the following error:
    Traceback (most recent call last):
        File "<stdin>", line 1, in <module>
        File "/home/user/.local/lib/python3.6/site-packages/pyipptool/__init__.py", line 1, in <module>
            from .config import get_config
        File "/home/user/.local/lib/python3.6/site-packages/pyipptool/config.py", line 1, in <module>
            import ConfigParser
    ModuleNotFoundError: No module named 'ConfigParser'

I use python 3.6.7 on linux.

Thank you and best regards
AFoeee
Reply


Messages In This Thread
Is there in 2018 a python3 library that implements the Internet Printing Protocol? - by AFoeee - Dec-06-2018, 03:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Can I use Python in ns3 simulator to create an IGP routing protocol? leemao 1 8,214 Jun-30-2021, 07:20 PM
Last Post: leemao
  Handle http protocol JohnnyCoffee 1 5,542 Jun-20-2021, 06:51 AM
Last Post: ndc85430
  Check network WITHOUT use internet ATARI_LIVE 1 2,219 Oct-28-2020, 07:59 PM
Last Post: Larz60+
  error opening port from local to internet looney99 3 2,822 Oct-16-2020, 02:01 PM
Last Post: BeanieW
  How to extract protocol from a pcap file ? salwa17 0 2,230 Apr-02-2020, 10:02 PM
Last Post: salwa17
  Is it possible to trun local internet access off programmatically? Larz60+ 4 3,481 Sep-25-2018, 08:10 AM
Last Post: DeaD_EyE
  no protocol header version error mjudhandoyo 2 6,370 Feb-03-2017, 10:35 PM
Last Post: nilamo
  accessing SOAP protocol page secured with cetrificad lopow 3 5,566 Jan-11-2017, 03:14 PM
Last Post: buran

Forum Jump:

User Panel Messages

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