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?
I built the libpixyusb swig wrapper using the
build_libpixyusb_swig.sh
script in the scripts folder. I then installed it usingsudo setup.py install
. I was having trouble writing my own script, and I found thatget_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?