<< return to Pixycam.com

Import Error on RaspPi with _pixy.so

I got the GetBlockDemo workin on my Raspberry Pi. I modified the code to add posting to networktables and a few other things.

When I run the new program (just the .py progam from commman prompt), I get an Import Error: _pixy.so: undefined symbol: PyInstance_Type

I suspect this is due to not having a shell script or having different python versions.

Any ideas how to correct?

Hello,
Nothing rings a bell. What type of modifications did you make?

You might try to get fresh source form git and getting compiled/working and then work backwards.

Edward