Re: [cgkit-user] compiling or installing on snow leopard
Brought to you by:
mbaas
|
From: Matthias B. <mat...@gm...> - 2009-12-06 22:05:59
|
Hi Marcus, Marcus Wu wrote: > I am on snow leopard which has a python interpreter version 2.6. The dmg > mpkg installer requires 2.5 (can't proceed when selecting the drive to > install to). I can switch OS X to use 2.5 via the command, "defaults write > com.apple.versioner.python Version 2.5", but the install still will not > proceed. The installer should be used with the Python version from python.org. > ImportError: > dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/cgkit/_core.so, > 2): Symbol not found: __Z14get_debug_flagv That function is in the support library. Was there an error when you built the support library? Was there an error or warning when you build the actual wrappers? If you don't mind installing another Python version, then using the one from python.org might be the easiest solution. On the other hand, I can't guarantee that the cgkit installer will really work. I don't have Snow Leopard, so I can't test it (I'm still on Tiger). Cheers, - Matthias - |