pklaus / brother_ql_web

A Python-based web service to print labels on Brother QL label printers. Based on brother_ql: https://github.com/pklaus/brother_ql
GNU General Public License v3.0
254 stars 124 forks source link

Error on trying to run ./brother_ql_web #39

Closed fhold closed 2 years ago

fhold commented 2 years ago

When i try to run the script after installing the package i get the following error: Traceback (most recent call last): File "./brother_ql_web.py", line 12, in <module> from PIL import Image, ImageDraw, ImageFont ImportError: No module named PIL any hint how to fix is I highly appreciated!

fhold commented 2 years ago

the problem could be fixed i running the script via python3 brothter_ql_web,py instead of ./brothter_ql_web,py