Re: [cgkit-user] compiling or installing on snow leopard
Brought to you by:
mbaas
|
From: Marcus Wu <mw...@di...> - 2009-12-07 13:26:53
|
The Python from python.org worked. I had to be sure to install 2.5 as opposed to the 2.6 on their initial download page in order to satisfy the cgkit installer, but that's better for me anyway since my production server will be running 2.5. The cgkit installer had no problems on snow leopard once I had the right python. Thanks for the help, Marcus On Sun, 06 Dec 2009 22:05:41 +0000, Matthias Baas <mat...@gm...> wrote: > 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 - |