Hi All, I found this info: http://www.pythonmac.org/wiki/FAQ#head-392d16c2e6e49d6de6555634fc94759989464b5a This should be a link to a section entitled "5.7 Describe Apple's Framework implementation of Python and how that affects me adding new Python implementations". Thought this might help for explaining the library locations. steven On 5/7/06, 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. > > > It would be much easier to fix, though, if someone having access to > > OS X explained how and from where the Python library should be loaded > > dynamically (at run-time) on OS X. > > I don't know what you *should* do, and can't speak for other versions, > but for Tiger you can count on one of those links working for 2.3. > > HTH, > > Graham > > > ------------------------------------------------------- > 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 > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------- 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&kid0709&bid&3057&dat1642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net