Cannot find the python SDK

Hmm. Can you show me (a) the value of LD_LIBRARY_PATH before you start makepanda, and (b) the contents of the file /etc/ld.so.conf ? That is, I’d like to see the output of the following two commands:

env | grep LD_LIBRARY_PATH
cat /etc/ld.so.conf

Also, exactly what parameters are you passing to makepanda?

David