Installing Panda3D on a Mac with Python 3.4?

Specifying the absolute path to the dylib instead of “-framework Python” worked!

Also of note:

  • I had re-installed python 3 using brew so I now have python 3.5.1, which I used for this, and so far examples run fine!
  • examples don’t run with ppython but run fine if I use “python3.5”

Thanks again for all your help, this is awesome. If I can in the next days I’ll make a branch on github to consolidate all these modifications in one public place that other people can grab.

Cheers!