dayjaby / zebra-scanner

Read barcodes in python with zebra barcode scanner
MIT License
23 stars 18 forks source link

Would you add support for windows? #5

Closed bashar-tom closed 4 years ago

Archloy commented 4 years ago

Did you try to install on windows ? I'm currently installing Visual C++ (required by pip install zebra-scanner). Did you pass this step and have issues ? (the setup.py file say "os independent") If working after build, a python package including windows dll build will be appreciate.

Archloy commented 4 years ago

I'm unable to build this package, need to patch setup.py, egg/sources.txt and then dependencies seems missing. I don't have time to debug and project seems dead...

dayjaby commented 4 years ago

I won't add support for windows as I don't see a reason to integrate a barcode scanner in any windows computers. If you need it, feel free to make it work on your own.