Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
python3-cups /
[ HOME SHELL ]
Name
Size
Permission
Action
changelog.Debian.gz
1.33
KB
-rw-r--r--
copyright
1.2
KB
-rw-r--r--
README
1.07
KB
-rw-r--r--
TODO
214
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README
CUPS bindings for Python ------------------------ These Python bindings are intended to wrap the CUPS API. Python 3 or later is required since Python 2 is unsupported since 2020-01-01. Build dependencies ------------------ The following packages are needed for compiling PyCUPS. GCC compiler is needed because modules are written in C. CUPS development files are needed for providing CUPS API, which are used in modules and Python3 development files for Python3 functions called in modules. Packages needed for compilation (default package names are from Fedora, Ubuntu names are in the brackets if they differ from Fedora): - gcc - cups-devel (libcups2-dev) - python3-devel (python3-dev) Please install them before compiling PyCUPS. Runtime dependencies -------------------- CUPS needs to be installed and running for PyCUPS working correctly. How to compile and install -------------------------- Do the following steps in the PyCUPS directory: $ make $ sudo make install How to import cups module in python3 script ------------------------------------------- >>> import cups
Close