charmedlabs / pixy

pixy CMUcam5
Other
338 stars 242 forks source link

libpixyusb_swig not installing correctly #34

Open alexmanning9904 opened 7 years ago

alexmanning9904 commented 7 years ago

I built the libpixyusb swig wrapper using the build_libpixyusb_swig.sh script in the scripts folder. I then installed it using sudo setup.py install. I was having trouble writing my own script, and I found that get_blocks.py will run just fine within the pixy/build/libpixyusb_swig directory, but will not detect blocks from any other directory. This is causing problems, because the same behavior occurs in my other scripts. Does anyone know how to solve this issue?