It complicates the issue somewhat that there may also be an user-installed Python framework in /Library, and it is not clear which one should be used if the two locations have different versions of Python (e.g. 2.4 in /Library and 2.3 in /System/Library). On Monday 08 May 2006 08:37, Istvan Varga wrote: > OK, so /System/Library/Frameworks/Python.framework/Versions/Current/Python > is the best choice. It is already what is checked first, but if I > understand correctly, all the uppercase "Python.Framework" paths are > redundant and can be removed (I thought that OS X, being a variant of > Unix, is case sensitive, and I found both "Python.Framework" and > "Python.framework" in various places, so I wanted to be safe). > > On Monday 08 May 2006 04:40, Graham Breed wrote: > > > Istvan Varga wrote: > > > I have made changes to check the following files, in this order: > > > > I have Tiger... > > > > > "/System/Library/Frameworks/Python.Framework/Versions/Current/Python", > > > "/System/Library/Frameworks/Python.framework/Versions/Current/Python", > > > > It's the second: the small f. But OS X isn't case specific so it > > doesn't matter. > > > > > "/System/Library/Frameworks/Python.Framework/Versions/2.4/Python", > > > "/System/Library/Frameworks/Python.framework/Versions/2.4/Python", > > > > I don't have 2.4 > > > > > "/System/Library/Frameworks/Python.Framework/Versions/2.3/Python", > > > "/System/Library/Frameworks/Python.framework/Versions/2.3/Python", > > > > 2.3 comes with the OS and "Current" is a link to it. > > > > > "/usr/lib/libpython2.4.dylib", > > > > Not here. > > > > > "/usr/lib/libpython2.3.dylib", > > > > This is a link to /usr/lib/python2.dylib which is in turn a link to > > /System/Library/Frameworks/Python.framework/Versions/2.3/Python. > > There's also a /usr/lib/libpython.dylib > > > > > "/Library/Frameworks/Python.Framework/Versions/Current/Python", > > > "/Library/Frameworks/Python.framework/Versions/Current/Python", > > > "/Library/Frameworks/Python.Framework/Versions/2.4/Python", > > > "/Library/Frameworks/Python.framework/Versions/2.4/Python", > > > "/Library/Frameworks/Python.Framework/Versions/2.3/Python", > > > "/Library/Frameworks/Python.framework/Versions/2.3/Python", > > > > Nope, no Python under /Library/Frameworks. I don't know where a new > > install would go. > > > > > "/usr/local/lib/libpython2.4.dylib", > > > "/usr/local/lib/libpython2.3.dylib", > > > > Could be, yes. As well as /usr/local/ you could try /opt/local/ and > > /sw/ because Darwin Ports and Fink use them. ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net