I am trying to print to a brother printer and have been able to easily do it using python, but get the following error when I try to import the brotherprint python library:
Traceback (most recent call last):
File “”, line 1, in
File “C:\Users\Scott Jenkins.ignition\cache\gwlocalhost_8088_8043_main\C0\pylib\brotherprint.py”, line 137
cut_settings = {‘full’ : 0b00000001, ‘half’ : 0b00000010, ‘chain’: 0b00000100, ‘special’: 0b00001000}
^
SyntaxError: no viable alternative at input ‘b00000001’
The brother print library can be found at: https://test.pypi.org/project/brotherprint/0.1.3/
Any help would be greatly appreciated!