Apologies if this is my own ignorance.
I am successfully printing to a network Epson ™ T88V, using python-escpos 3.1. Without using a profile.
I printed an image and got an error regarding pixel width and thpught I should use a profile.
"The media.width.pixel field of the printer profile is not set. The center flag will have no effect.
Label successfully printed!"
I added " from escpos import profile" to my code to enable me to use the ™ T88 profile.
I got and error "from escpos import profile
ImportError: cannot import name 'profile' from 'escpos'"
I looked back at my pip install python-escpos[all] install and I can't see any profiles are installed, despite a successfulm install.
Has profile handling changed?.
Apologies if this is my own ignorance.
I am successfully printing to a network Epson ™ T88V, using python-escpos 3.1. Without using a profile.
I printed an image and got an error regarding pixel width and thpught I should use a profile.
"The media.width.pixel field of the printer profile is not set. The center flag will have no effect.
Label successfully printed!"
I added " from escpos import profile" to my code to enable me to use the ™ T88 profile.
I got and error "from escpos import profile
ImportError: cannot import name 'profile' from 'escpos'"
I looked back at my pip install python-escpos[all] install and I can't see any profiles are installed, despite a successfulm install.
Has profile handling changed?.