3π
β
I am able to solve issue by using pyStrich
.
First you need to install pyStrich
using pip3 install pyStrich
and after thatn
What you need to do is just replace from hubarcode.code128 import Code128Encoder
with
from pystrich.code128 import Code128Encoder
.
I hope it may help others who have been facing same kind of problem.
π€Moon
0π
pip freeze
will show it if you have this module installed in your venv
pip install textencoder
to resolve problem
π€Terraxer
- [Django]-Django ModelForm CheckBox Widget
- [Django]-Django empty label in choice field β no queryset
Source:stackexchange.com