Compiling on Mac 10.8.5

Greetings, I am compiling using the following:

python2.7 makepanda/makepanda.py --everything --installer --no-vrpn --no-rocket --no-opencv --no-gles --no-gles2 --no-egl --no-gtk

I get the following:

[code]sh: rpm: command not found
sh: rpm: command not found
Version: 1.9.0
WARNING: Could not locate thirdparty package artoolkit, excluding from build
WARNING: Could not locate thirdparty package fcollada, excluding from build
WARNING: Could not locate thirdparty package fftw, excluding from build
WARNING: Could not locate thirdparty package fmodex, excluding from build
WARNING: Could not locate thirdparty package squish, excluding from build
WARNING: Could not locate thirdparty package vorbis, excluding from build
Generating dependencies…
[ 93%] Generating ‘pandac’ tree
Importing code library: panda3d.core
Found extensions for class: HTTPChannel
Found extensions for class: VBase4
Found extensions for class: VBase3
Found extensions for class: NodePath
Found extensions for class: Mat3
Importing code library: panda3d.physics
Received SIGSEGV
Storing dependency cache.
Elapsed Time: 5 sec

Build terminated.[/code]

When the build terminates, I get an error window that pops up and tells me ‘Python quit unexpectedly. Click Reopen to open the application again.’ Here is the traceback from that window:

[code]Process: Python [64880]
Path: /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
Identifier: Python
Version: 2.7.9 (2.7.9)
Code Type: X86-64 (Native)
Parent Process: Python [64813]
User ID: 501

Date/Time: 2015-03-30 12:20:24.158 -0700
OS Version: Mac OS X 10.8.5 (12F2501)
Report Version: 10

Interval Since Last Report: 143591 sec
Crashes Since Last Report: 1
Per-App Crashes Since Last Report: 1
Anonymous UUID: F19430EB-77C1-02E6-9B4E-16BECA8D8884

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

VM Regions Near 0:
–>
__TEXT 0000000103a8e000-0000000103a90000 [ 8K] r-x/rwx SM=COW /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 org.python.python 0x00000001075330ec PyInt_FromLong + 33
1 physics.so 0x00000001073acd62 Dtool_PyModuleClassInit_BaseParticleEmitter(_object*) + 114
2 physics.so 0x00000001073afbfe BuildInstants(object*) + 14
3 libp3dtoolconfig.1.9.dylib 0x00000001060e0e06 Dtool_PyModuleInitHelper(LibraryDef**, char const*) + 358
4 physics.so 0x000000010737ca0d initphysics + 61
5 org.python.python 0x0000000103b30615 PyImport_LoadDynamicModule + 140
6 org.python.python 0x0000000103b30322 import_submodule + 274
7 org.python.python 0x0000000103b2fee7 load_next + 274
8 org.python.python 0x0000000103b2dedc PyImport_ImportModuleLevel + 645
9 org.python.python 0x0000000103b13c97 builtin___import
+ 135
10 org.python.python 0x0000000103b1a67d PyEval_EvalFrameEx + 7714
11 org.python.python 0x0000000103b1ed75 fast_function + 192
12 org.python.python 0x0000000103b1b817 PyEval_EvalFrameEx + 12220
13 org.python.python 0x0000000103b1ed75 fast_function + 192
14 org.python.python 0x0000000103b1b817 PyEval_EvalFrameEx + 12220
15 org.python.python 0x0000000103b186ca PyEval_EvalCodeEx + 1608
16 org.python.python 0x0000000103b1807c PyEval_EvalCode + 54
17 org.python.python 0x0000000103b37b05 run_mod + 53
18 org.python.python 0x0000000103b37ba8 PyRun_FileExFlags + 133
19 org.python.python 0x0000000103b37745 PyRun_SimpleFileExFlags + 769
20 org.python.python 0x0000000103b48d3e Py_Main + 2970
21 libdyld.dylib 0x00007fff944ca7e1 start + 1

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000107626d80 rbx: 0x0000000000000000 rcx: 0x0000000000000000 rdx: 0x0000000000000003
rdi: 0x0000000000000000 rsi: 0x0000000000000010 rbp: 0x00007fff5c170aa0 rsp: 0x00007fff5c170a90
r8: 0xab757d334f6322c0 r9: 0x0000000000000074 r10: 0x0000000000001002 r11: 0x00007fc762881c68
r12: 0x00007fc7628141b0 r13: 0x00007fff5c170b10 r14: 0x0000000107415538 r15: 0x00007fff5c170b78
rip: 0x00000001075330ec rfl: 0x0000000000010287 cr2: 0x0000000000000000
Logical CPU: 0

Binary Images:
0x103a8e000 - 0x103a8ffff +org.python.python (2.7.9 - 2.7.9) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
0x103a94000 - 0x103ba5ff7 +org.python.python (2.7.9, [c] 2004-2014 Python Software Foundation. - 2.7.9) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/Python
0x103d84000 - 0x103d86fff +_locale.so (0) <639D4CEF-AC8A-30E1-8EBA-CD40E0B725C1> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so
0x103e79000 - 0x103e7bff7 +time.so (0) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so
0x103e81000 - 0x103e85fff +math.so (0) <93703337-4D98-3E5A-BB96-4F102E0BED1B> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so
0x10424a000 - 0x10424dfff +strop.so (0) <3A5C93D5-956A-31F5-93D5-EC022132A9D7> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so
0x104251000 - 0x104255fff +operator.so (0) <957CE3BF-740A-3CBC-9F92-A78E4E73FCC9> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so
0x10425b000 - 0x104261fff +itertools.so (0) <751B94FF-E195-32A8-8948-66CFE1204AD3> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
0x10426a000 - 0x10426dfff +_collections.so (0) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so
0x104272000 - 0x104273fff +_heapq.so (0) <543B5A44-09C6-3A98-8E2B-5E50428F4B20> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so
0x104277000 - 0x10427aff7 +binascii.so (0) <1AF67059-633F-3623-A706-F15BF0FFB3C8> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so
0x10427d000 - 0x10427ffff +_hashlib.so (0) <09EB7F7A-F991-3ED6-86B7-86A67F656777> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so
0x104283000 - 0x1042c7fff +libssl.1.0.0.dylib (0) /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
0x1042e3000 - 0x104484167 +libcrypto.1.0.0.dylib (0) <4476D3C1-0C79-3F29-B6B1-95DEDF2FA4CF> /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib
0x1044fb000 - 0x1044fcff7 +_random.so (0) /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so
0x1044ff000 - 0x1045a3fff +unicodedata.so (0) <7B0D52CD-C490-35B2-88BE-8DA7B3616484> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/unicodedata.so
0x1045a8000 - 0x1045a9fff +_bisect.so (0) <72E87A8E-5351-34D7-9BF7-61423A24F4AE> /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bisect.so
0x1045ac000 - 0x105240fff +core.so (0) /tmp//core.so
0x105684000 - 0x105d72fc7 +libpanda.1.9.dylib (0) <7CB55526-152A-32C6-9576-C9A4C23E8505> /tmp/
/libpanda.1.9.dylib
0x105f8f000 - 0x106059fff +libpandaexpress.1.9.dylib (0) <3706591C-CF03-3D1F-9148-B284A9045AC8> /tmp//libpandaexpress.1.9.dylib
0x106090000 - 0x1060bbfff +libp3dtool.1.9.dylib (0) /tmp/
/libp3dtool.1.9.dylib
0x1060cd000 - 0x106104fff +libp3dtoolconfig.1.9.dylib (0) /tmp//libp3dtoolconfig.1.9.dylib
0x10611e000 - 0x106193fff +libfreetype.6.dylib (15.1) <1129D37E-0A2D-3D60-8A68-B31E57733456> /opt/X11/
/libfreetype.6.dylib
0x1061ab000 - 0x106786fff +com.nvidia.cg (3.1.0013 - 0) /Library/Frameworks/Cg.framework/Cg
0x107128000 - 0x107185ff7 +libtiff.5.dylib (0) <4052F481-A09A-34C4-8289-19AED7FA3047> /usr/local/lib/libtiff.5.dylib
0x107193000 - 0x1071c2ff7 +libjpeg.8.dylib (13) /usr/local/lib/libjpeg.8.dylib
0x1071c9000 - 0x1071f0ff7 +libpng16.16.dylib (0) <5A737DF3-FF9D-31FD-A7A3-8A6620E139A2> /usr/local/lib/libpng16.16.dylib
0x107379000 - 0x10740ffff +physics.so (0) <342D7F51-3976-31B5-B237-F72F5999C86C> /tmp//physics.so
0x107457000 - 0x1074b1ff7 +libpandaphysics.1.9.dylib (0) <5645B1CC-27EB-3811-9412-479194720525> /tmp/
/libpandaphysics.1.9.dylib
0x1074df000 - 0x1075ecfff org.python.python (2.7.2 - 2.7.2) /System/Library/Frameworks/Python.framework/Versions/2.7/Python
0x7fff6368e000 - 0x7fff636c294f dyld (210.2.3) <8958FE97-5830-3928-BC38-23136E7D3783> /usr/lib/dyld
0x7fff8b2a7000 - 0x7fff8b2b4ff7 com.apple.NetAuth (4.0 - 4.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8b2ba000 - 0x7fff8b2dbff7 libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
0x7fff8b2dc000 - 0x7fff8b2dcfff libkeymgr.dylib (25) /usr/lib/system/libkeymgr.dylib
0x7fff8b2f9000 - 0x7fff8b306fff libbz2.1.0.dylib (29) /usr/lib/libbz2.1.0.dylib
0x7fff8b39d000 - 0x7fff8b3a1fff libCoreVMClient.dylib (32.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8c362000 - 0x7fff8c3b3ff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <581BF463-C15A-363B-999A-E830222FA925> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8c3b4000 - 0x7fff8c4b4fff libcrypto.0.9.8.dylib (52.6.1) <56211BCA-447B-3033-833A-DA48005FC1EF> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8c4b5000 - 0x7fff8c5b7fff libJP2.dylib (852) <01E502E9-7FD3-3A5D-8EA4-2DC8C56E0497> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8cc92000 - 0x7fff8ccb7ff7 libc++abi.dylib (26) /usr/lib/libc++abi.dylib
0x7fff8ccd3000 - 0x7fff8ccd3fff com.apple.ApplicationServices (45 - 45) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8ccd4000 - 0x7fff8ccd8fff libGIF.dylib (852) <326C48F1-C892-3AF9-94BC-32768EFF6731> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8ccf7000 - 0x7fff8cd56fff com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8cda1000 - 0x7fff8ce23fff com.apple.Heimdal (3.0 - 2.0) <716C152F-D299-3ACB-BCB0-E51F2D604BD1> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8cf83000 - 0x7fff8cfdaff7 com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff8cfe0000 - 0x7fff8cffbff7 libsystem_kernel.dylib (2050.48.15) <3415C7F3-5807-3F5E-ABB1-EDD9494DB207> /usr/lib/system/libsystem_kernel.dylib
0x7fff8cffc000 - 0x7fff8cffcfff com.apple.vecLib (3.8 - vecLib 3.8) <6CBBFDC4-415C-3910-9558-B67176447789> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8d013000 - 0x7fff8d108fff libiconv.2.dylib (34) /usr/lib/libiconv.2.dylib
0x7fff8d1b4000 - 0x7fff8d2cdfff com.apple.ImageIO.framework (3.2.2 - 852) <1D023BCE-1FA2-3743-B449-7489BC0C5C43> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8d2ce000 - 0x7fff8d2d2fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff8d373000 - 0x7fff8d393fff libPng.dylib (852) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8da6d000 - 0x7fff8e3fd657 com.apple.CoreGraphics (1.600.0 - 340.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8e3fe000 - 0x7fff8e403fff libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
0x7fff8e41b000 - 0x7fff8e423fff liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
0x7fff8e424000 - 0x7fff8e463ff7 com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8e464000 - 0x7fff8e4a7ff7 com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff8e4a8000 - 0x7fff8e4a8fff com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8e4a9000 - 0x7fff8e4bcff7 libbsm.0.dylib (32) /usr/lib/libbsm.0.dylib
0x7fff8e4bd000 - 0x7fff8e4beff7 libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
0x7fff8e997000 - 0x7fff8e9dbfff libcups.2.dylib (327.7) <9F35B58A-F47E-348A-8E09-E235FA4B9270> /usr/lib/libcups.2.dylib
0x7fff8e9dc000 - 0x7fff8e9f3fff com.apple.CFOpenDirectory (10.8 - 151.10) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8e9f4000 - 0x7fff8e9f6fff com.apple.TrustEvaluationAgent (2.0 - 23) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8ea85000 - 0x7fff8eae8fff com.apple.audio.CoreAudio (4.1.2 - 4.1.2) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8eae9000 - 0x7fff8eb52fff libstdc++.6.dylib (56) /usr/lib/libstdc++.6.dylib
0x7fff8eb53000 - 0x7fff8ebedfff libvMisc.dylib (380.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8ebee000 - 0x7fff8ebfdff7 libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
0x7fff8ed22000 - 0x7fff8ed30fff libcommonCrypto.dylib (60027) /usr/lib/system/libcommonCrypto.dylib
0x7fff8edd2000 - 0x7fff8ee1eff7 libauto.dylib (185.4) /usr/lib/libauto.dylib
0x7fff8efa5000 - 0x7fff8efc4ff7 libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
0x7fff8efc5000 - 0x7fff8effbfff libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
0x7fff8effc000 - 0x7fff8effdff7 libsystem_sandbox.dylib (220.4) /usr/lib/system/libsystem_sandbox.dylib
0x7fff8effe000 - 0x7fff8f000fff libCVMSPluginSupport.dylib (8.10.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8f5c5000 - 0x7fff8f61fff7 com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8f620000 - 0x7fff8f641fff com.apple.Ubiquity (1.2 - 243.15) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff8f642000 - 0x7fff8f648ff7 libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
0x7fff8f649000 - 0x7fff8f706ff7 com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8f758000 - 0x7fff8f76aff7 libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
0x7fff8f76b000 - 0x7fff8f772fff libGFXShared.dylib (8.10.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8f9d2000 - 0x7fff8fbbcff7 com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8fbbd000 - 0x7fff8fbbdfff libOpenScriptingUtil.dylib (148.3) /usr/lib/libOpenScriptingUtil.dylib
0x7fff8fbbe000 - 0x7fff8fbc6ff7 libsystem_dnssd.dylib (379.38.1) /usr/lib/system/libsystem_dnssd.dylib
0x7fff8fc1b000 - 0x7fff8fce0ff7 com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8fce1000 - 0x7fff8fcefff7 libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
0x7fff8fe2b000 - 0x7fff8ff4392f libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
0x7fff8fff8000 - 0x7fff900caff7 com.apple.CoreText (260.0 - 275.17) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff900cb000 - 0x7fff900cdff7 libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
0x7fff900ce000 - 0x7fff900d5ff7 libcopyfile.dylib (89.0.70) <30824A67-6743-3D99-8DC3-92578FA9D7CB> /usr/lib/system/libcopyfile.dylib
0x7fff900d6000 - 0x7fff900d6fff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff90104000 - 0x7fff90123ff7 com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff901b2000 - 0x7fff90258ff7 com.apple.CoreServices.OSServices (557.6 - 557.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff9029e000 - 0x7fff9031eff7 com.apple.ApplicationServices.ATS (341.2 - 341.2) <0EF1BB57-71AA-304D-A455-55CBE0A4983A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff9031f000 - 0x7fff903a0fff com.apple.Metadata (10.7.0 - 707.13) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff903a1000 - 0x7fff903f7fff com.apple.HIServices (1.20 - 417) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff904b2000 - 0x7fff905affff libsqlite3.dylib (138.1) /usr/lib/libsqlite3.dylib
0x7fff905b3000 - 0x7fff905ddff7 com.apple.CoreVideo (1.8 - 99.4) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff905e0000 - 0x7fff905ebfff libsystem_notify.dylib (98.6) <1E490CB2-9311-3B36-8372-37D3FB0FD818> /usr/lib/system/libsystem_notify.dylib
0x7fff90601000 - 0x7fff90608fff com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff90617000 - 0x7fff90648ff7 com.apple.DictionaryServices (1.2 - 184.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff90649000 - 0x7fff906e4ff7 com.apple.CoreSymbolication (3.0 - 117.3) <7722470A-2BA5-3526-9D3B-D3B9E5B517A7> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff906e5000 - 0x7fff90741ff7 com.apple.Symbolication (1.3 - 93) <84D69A46-BB0A-3DBE-ABC2-B767F61EC221> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff90742000 - 0x7fff90791ff7 libcorecrypto.dylib (106.2) /usr/lib/system/libcorecrypto.dylib
0x7fff90792000 - 0x7fff907c8fff com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff90826000 - 0x7fff9083dfff libGL.dylib (8.10.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff90856000 - 0x7fff908e3ff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff90995000 - 0x7fff909a0fff com.apple.CommonAuth (3.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff90a35000 - 0x7fff90a9dfff libvDSP.dylib (380.10) <3CA154A3-1BE5-3CF4-BE48-F0A719A963BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff90a9e000 - 0x7fff916cbfff com.apple.AppKit (6.8 - 1187.40) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff916cc000 - 0x7fff9181efff com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff9181f000 - 0x7fff91ac3ff7 com.apple.CoreImage (8.4.0 - 1.0.1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff91bc7000 - 0x7fff91c2fff7 libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
0x7fff91d91000 - 0x7fff91d92ff7 libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
0x7fff91dda000 - 0x7fff91ddefff com.apple.IOSurface (86.0.5 - 86.0.5) <4841B89D-501E-306D-8891-3651AA9326E6> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff91e36000 - 0x7fff92107fff com.apple.security (7.0 - 55719.16.6) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff92108000 - 0x7fff9212fff7 com.apple.PerformanceAnalysis (1.16 - 16) <96A89CD5-16E9-37CA-8740-22B5DB5A4679> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff9213d000 - 0x7fff9215fff7 libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
0x7fff92160000 - 0x7fff9223afff com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff9223b000 - 0x7fff92285ff7 libGLU.dylib (8.10.1) <6699DEA6-9EEB-3B84-A57F-B25AE44EC584> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff92286000 - 0x7fff922c3fef libGLImage.dylib (8.10.1) <91E31B9B-4141-36D5-ABDC-20F1D6D1D0CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff922d9000 - 0x7fff922d9fff com.apple.Accelerate (1.8 - Accelerate 1.8) <878A6E7E-CB34-380F-8212-47FBF12C7C96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff92861000 - 0x7fff92862fff liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
0x7fff928b3000 - 0x7fff928b8fff com.apple.OpenDirectory (10.8 - 151.10) <51E52779-4F5A-36B5-9297-67138547DCA9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff928b9000 - 0x7fff928bafff libsystem_blocks.dylib (59) /usr/lib/system/libsystem_blocks.dylib
0x7fff928bb000 - 0x7fff928feff7 com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff928ff000 - 0x7fff9292afff libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
0x7fff92943000 - 0x7fff92946fff libRadiance.dylib (852) <139962CD-21E2-3D31-9F47-D5F2D6C2C2BC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff92947000 - 0x7fff92c5eff7 com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff92c5f000 - 0x7fff92c6dff7 libkxld.dylib (2050.48.15) <11B0E186-E47C-3833-882C-317BC0E1C10D> /usr/lib/system/libkxld.dylib
0x7fff92c98000 - 0x7fff92c9afff libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
0x7fff92c9b000 - 0x7fff92cf0ff7 libTIFF.dylib (852) <0CA1662F-EB05-34DE-B9BA-0A03EC59B846> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff92cf1000 - 0x7fff92cf1ffd com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <6D314680-7409-3BC7-A807-36341411AF9A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff92cf2000 - 0x7fff92d14ff7 com.apple.Kerberos (2.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff93286000 - 0x7fff93486fff libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
0x7fff935e4000 - 0x7fff935e5fff libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff935e8000 - 0x7fff935f1fff com.apple.CommerceCore (1.0 - 26.3) <870C7810-0D27-3AC5-95A0-3224BB4890C0> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff93de0000 - 0x7fff93de6fff libmacho.dylib (829) /usr/lib/system/libmacho.dylib
0x7fff94404000 - 0x7fff9445efff com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff94471000 - 0x7fff94475ff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff944ba000 - 0x7fff944c7fff com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff944c8000 - 0x7fff944cbff7 libdyld.dylib (210.2.3) /usr/lib/system/libdyld.dylib
0x7fff944cc000 - 0x7fff94652fff libBLAS.dylib (1073.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff94653000 - 0x7fff94667fff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff94668000 - 0x7fff9467efff com.apple.MultitouchSupport.framework (237.4 - 237.4) <0F7FEE29-161B-3D8E-BE91-308CBD354461> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff946cc000 - 0x7fff9471bff7 libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff94720000 - 0x7fff9478dff7 com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff947ec000 - 0x7fff9481aff7 libsystem_m.dylib (3022.6) /usr/lib/system/libsystem_m.dylib
0x7fff9481b000 - 0x7fff94842fff com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff94b65000 - 0x7fff94b74fff com.apple.opengl (1.8.10 - 1.8.10) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff94b84000 - 0x7fff94d32fff com.apple.QuartzCore (1.8 - 304.4) <84F0B40E-DF91-36F2-9F2E-3922234206A3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff94d33000 - 0x7fff94d3eff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff94e3e000 - 0x7fff95235fff libLAPACK.dylib (1073.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff95236000 - 0x7fff953abfff com.apple.CFNetwork (596.6.3 - 596.6.3) <883CE0E5-17B6-3227-B7B1-0CCC16D2739E> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff953ae000 - 0x7fff953e8ff7 com.apple.GSS (3.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff953e9000 - 0x7fff953f5fff com.apple.CrashReporterSupport (10.8.3 - 418) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff96091000 - 0x7fff961b1fff com.apple.desktopservices (1.7.4 - 1.7.4) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff961b2000 - 0x7fff961b3ff7 libSystem.B.dylib (169.3) /usr/lib/libSystem.B.dylib
0x7fff961b4000 - 0x7fff962c0fff libFontParser.dylib (84.9) <9C460B7C-92DB-3865-95F7-F21803EE8069> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff9634b000 - 0x7fff963caff7 com.apple.securityfoundation (6.0 - 55115.4) <9291CE2A-37D9-39DF-956E-7B2650A9F3B0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff963d0000 - 0x7fff9646eff7 com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff9647b000 - 0x7fff964b5fff libssl.0.9.8.dylib (52.6.1) <023449D0-98AB-3E78-9AD8-55D70595E2EA> /usr/lib/libssl.0.9.8.dylib
0x7fff964b6000 - 0x7fff964bbfff libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
0x7fff964bc000 - 0x7fff964e4fff libJPEG.dylib (852) <4E159C31-1B41-3EFF-89EC-3F7BC9053F2C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff964e5000 - 0x7fff965b1ff7 libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
0x7fff965dc000 - 0x7fff965f3fff com.apple.GenerationalStorage (1.1 - 132.3) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff96644000 - 0x7fff966b2fff com.apple.framework.IOKit (2.0.1 - 755.42.2) <18E64CC5-2671-3C47-B2C6-0EEEDF899461> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff96767000 - 0x7fff96ac6fff com.apple.Foundation (6.8 - 945.19) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff96ac7000 - 0x7fff96bc4ff7 libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
0x7fff96bf6000 - 0x7fff97013fff FaceCoreLight (2.4.1) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff9701c000 - 0x7fff9702fff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff97030000 - 0x7fff97045ff7 libdispatch.dylib (228.23) /usr/lib/system/libdispatch.dylib
0x7fff970b5000 - 0x7fff970bbfff com.apple.DiskArbitration (2.5.2 - 2.5.2) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff971c3000 - 0x7fff97275ff7 com.apple.LaunchServices (539.12 - 539.12) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff97516000 - 0x7fff9774bff7 com.apple.CoreData (106.1 - 407.7) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff977df000 - 0x7fff97b0ffff com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff97b5c000 - 0x7fff97b66fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff97b67000 - 0x7fff97d02fef com.apple.vImage (6.0 - 6.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 46118
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=186.2M resident=98.9M(53%) swapped_out_or_unallocated=87.4M(47%)
Writable regions: Total=37.1M written=19.5M(53%) resident=20.6M(55%) swapped_out=0K(0%) unallocated=16.5M(45%)

REGION TYPE VIRTUAL
=========== =======
MALLOC 19.6M
MALLOC guard page 48K
STACK GUARD 56.0M
Stack 8192K
VM_ALLOCATE 132K
__DATA 20.1M
__IMAGE 528K
__LINKEDIT 61.2M
__TEXT 125.0M
__UNICODE 544K
shared memory 12K
=========== =======
TOTAL 291.2M

Model: MacBookAir3,2, BootROM MBA31.0061.B07, 2 processors, Intel Core 2 Duo, 2.13 GHz, 4 GB, SMC 1.66f61
Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353237334348302D5946382020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353237334348302D5946382020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD1), Broadcom BCM43xx 1.0 (5.106.98.100.17)
Bluetooth: Version 4.1.7f5 15113, 3 service, 21 devices, 3 incoming serial ports
Network Service: AirPort, AirPort, en0
Serial ATA Device: APPLE SSD TS256C, 251 GB
USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26100000 / 2
USB Device: FaceTime Camera (Built-in), apple_vendor_id, 0x850a, 0x24600000 / 2
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x023f, 0x04300000 / 3
USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x04500000 / 2
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821b, 0x04530000 / 5
[/code]

Any ideas? thanks, Maria

Hmm, this happens when there is a conflict between different versions of Python. Specifically, when you try to import panda3d modules with a copy of Python other than the one it was compiled with. Try running makepanda with whichever copy of Python gets picked up when compiling with “-framework Python” or “-lpython2.7”.

You might be able to see which version of Python the Panda3D build is compiled against like this:

otool -L built/panda3d/core.so

Is there a reason you have a different Python framework installed in /usr/local/Cellar ? On Mac OS X 10.8, you should only need the Python version that is shipped with Mac OS X.

Also, just FYI, Panda3D 1.9.0 will be released later this week with 64-bit Mac builds with support for Lion and later, so if all you want is a working Mac build you could also elect to wait a few days.

That is great news! Happy to wait a few days. Otool, unfortunately, tells me nothing about Python. It looks like I do have two versions of Python there, and I don’t remember why anymore. Something about the mac originally installing an old version of python, and/or using multiple package managers, and/or letting other people ‘help’ me install stuff, mumble, mumble. At any rate, I have both 2.7.5 and 2.7.9 there, and possibly more other places. :frowning: I’ve contemplated doing a clean OS install and starting over, and that may be what I have to do, eventually… But, it sounds like you are saving me from having to deal with that this week. :slight_smile:

cheers,
Maria