Error Importing Panda3D in OS X

Hmm, that could be, thanks. I think I setup python with homebrew. I ended up just making a launcher for my application:

import subprocess
command = "ppython name_of_main_file.py"
output = subprocess.check_output(['bash','-c', command])
print output