From: Diez B. R. <de...@we...> - 2007-02-24 11:47:10
|
Hi, I had troubles getting PyODE to work under OSX tiger with my intel-mac because the ODE-lib wasn't compiling as fat-binary. So I create a osx framework build with XCode, and build PyODE against. ODE version is 0.7 You can get things from here: http://www.roggisch.de/PyODE_osx_framework_fatbinary.tar.bz2 So far, no manuals/install-instructions whatsoever. You just need to add the ODE.framework to some framework-folder, like ~/Library/Frameworks, and easy_install the egg. Maybe this is of use for someone. Diez |