dayjaby / zebra-scanner

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

RaspberyPi - armhf - ImportError: dynamic module does not define module export function (PyInit_zebra_scanner) #18

Closed SMAkhup closed 3 years ago

SMAkhup commented 3 years ago

Hi, after following the standard pip(3) installation I have a problem with importing the modules. I've tried global scope and python venvs. I've also tried both Python2 and Python3 and I keep getting the same result. May I ask for any suggestions?

I am sure I have the correct cpp SDK installed as I am able to run cpp apps with the scanner.

image

dayjaby commented 3 years ago

Hey @SMAkhup . Can you install zebra_scanner not via pip, but via python3 setup.py install? The pip version is not up-to-date.

dayjaby commented 3 years ago

Updated zebra_scanner on pypi so that pip install should work again now.