Actions

Install/3-6/EPL: Difference between revisions

From Convention Master Documentation

(Created page with "<div style="float:right;"> Next: 4.0 - Setting up Printing >> </div> << Previously: 3.4 - Install the CUPS Printing System = Ins...")
 
No edit summary
Line 24: Line 24:
'''Note:''' If you did not install the Python imaging library in stage 2, install it now:
'''Note:''' If you did not install the Python imaging library in stage 2, install it now:


     <code>sudo apt-get install python-pil</code>
     <code>sudo apt-get install python3-pil</code>

Revision as of 16:21, 29 January 2023

<< Previously: 3.4 - Install the CUPS Printing System

Install PkippLib for EPL Printers

If your using the EPL print method within the registration system, then you will need the PKIpp Library. This library is included with Convention Master but requires some special setup in order to operate properly and be able to print labels.

1. Move into the /var/www/printing/pkipplib/pkipplib-0.07/

   cd /var/www/printing/pkipplib/pkipplib-0.07/


2. Set up pkipplib (be sure to do this as root)

   sudo python setup.py install


Pkipplib-install.png

3. Pkipplib should now be installed.

Note: If you did not install the Python imaging library in stage 2, install it now:

   sudo apt-get install python3-pil