python-escpos icon indicating copy to clipboard operation
python-escpos copied to clipboard

Add paramiko and pywin32 to requirements

Open benj5378 opened this issue 6 years ago • 2 comments

from escpos.printer import Usb
LOG: paramiko module not found!
LOG: Missing win32 lib!

Add paramiko and pywin32 to requirements.txt and do setup easier :) . Until then:

pip install paramiko
pip install pywin32

benj5378 avatar Jul 15 '19 13:07 benj5378

Hi, thank you for the issue. I don't quite understand why paramiko is needed for the USB-driver?

patkan avatar Aug 07 '19 09:08 patkan

Might be windows related, I was unable to use the library on Windows with my pip setup that worked on Linux. Didn't look into it further though.

kleinesfilmroellchen avatar Aug 14 '19 14:08 kleinesfilmroellchen