Cannot genPyCode on Mac OS

I suspect that you didn’t tell Config.pp where to find your version of Python, so it built you a version of Panda that wasn’t compiled to use Python. When you run ppremake in dtool, you should see a line like this:

Compilation will generate Python interfaces.

If you see instead:

Configuring Panda WITHOUT Python interfaces.

then you are about to build a Python-free version of Panda.

David