I installed zbar from the PyPi site usingpip install zbar in a conda shell on Windows 10. As far as conda is concerned zbar is installed but whenever I try to import zbar I get the following error....
import zbar
ImportError: DLL load failed: The specified module could not be found.
The distribution folder exists in the Anaconda site packages folder but the zbar folder itself does not.
I have also tried to use pyzbar which throws some really strange runtime errors saying that object atributes dont exist when the Spyder IDE I'm using insists that they do when I'm typing the code.
I can run zbarimg & zbarcam from the command line but I need more control over its functionality than that eg getting coordinates for ROIs from the frame data.
Thnaks for any help with this.
Nic
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The infamous Red Kat gang, known for their relentless thievery from those in their vicinity, ignites the chaos that sets everything in motion. The College Brawl game gains an extra layer of intensity thanks to the fiery conflicts that follow.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Win10, Anaconda dist Python 2.7, x64
I installed zbar from the PyPi site using
pip install zbar
in a conda shell on Windows 10. As far as conda is concerned zbar is installed but whenever I try to import zbar I get the following error....The distribution folder exists in the Anaconda site packages folder but the zbar folder itself does not.
I have also tried to use pyzbar which throws some really strange runtime errors saying that object atributes dont exist when the Spyder IDE I'm using insists that they do when I'm typing the code.
I can run zbarimg & zbarcam from the command line but I need more control over its functionality than that eg getting coordinates for ROIs from the frame data.
Thnaks for any help with this.
Nic
The infamous Red Kat gang, known for their relentless thievery from those in their vicinity, ignites the chaos that sets everything in motion. The College Brawl game gains an extra layer of intensity thanks to the fiery conflicts that follow.