[EMAIL PROTECTED] wrote: > Hello, fellow programmers! > > I am sitting in front of a nice new PowerBook portable which has OS > 10.4 installed. The Python.org web site says that Apple has shipped OS > 10.4 with Python 2.3.5 installed. How exactly do I access this? I > have searched through the Applications and Libraries folders. I found > the site-packages directory, but nothing other than that. > > Thanks for your help, > John Ladasky >
If I recall correctly, the actual Python installation is in /System/Library/Frameworks/Python.framework but the site-package is symlinked to /Library/Python. Do not attempt to touch that. This installation can be accessed in Terminal by typing "pythonw". Are you or will you be using package managers such as darwinports or Fink? maurice -- http://mail.python.org/mailman/listinfo/python-list