troubling running panda 1.9.0 on OSX 10.7.5 64 bits

In another forum topic it was suggested that 64 bit machines use panda 1.9.0

I have installed the NVIDIA Cg Toolkit.

I get the following errors:

Traceback (most recent call last):
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py”, line 555, in
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py”, line 537, in main
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py”, line 268, in addusersitepackages
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py”, line 243, in getusersitepackages
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py”, line 233, in getuserbase
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.py”, line 523, in get_config_var
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.py”, line 419, in get_config_vars
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.py”, line 298, in _init_posix
IOError: invalid Python installation: unable to open /usr/include/python2.7/pyconfig.h (No such file or directory)

My goal is to run Panda3D on an OSX 10.7.5 MacBook Pro. I am trying to set-up some 3D modeling for my physics students.

Any help would be greatly appreciated.

The previous errors occur while using ppthyon and do not manifest themselves if python is used instead.

Now I receive the following errors even though the hello_world script is executed.

Known pipe types:
CocoaGraphicsPipe
(all display modules loaded.)
:display:cocoadisplay(warning): do_get_extension_func failed for glUniform4d!
:display:cocoadisplay(warning): do_get_extension_func failed for glUniform1dv!
:display:cocoadisplay(warning): do_get_extension_func failed for glUniform2dv!
:display:cocoadisplay(warning): do_get_extension_func failed for glUniform3dv!
:display:cocoadisplay(warning): do_get_extension_func failed for glUniform4dv!
:display:cocoadisplay(warning): do_get_extension_func failed for glUniformMatrix4dv!
:display:cocoadisplay(warning): do_get_extension_func failed for glProgramParameteri!
:display:cocoadisplay(warning): do_get_extension_func failed for glPatchParameteri!

What does this mean?

You can safely ignore those warnings, those indicative of a harmless bug that has already been fixed on the trunk.

Where I can get precompiled Panda3d 1.9.0 / 1.8.0 for macos x 10.8 (python 2.7/ 64bit)? I still failed to build from source :frowning:

Link rdb.name/Panda3D-1.9.0.dmg is broken.

Thanks in advance!

It’s back up, sorry. My web server glitched out.

I just downloaded dmg. It works like a charm! :slight_smile:

Many thanks to you, I appreciate it!