Migrating from Windows to OS X

Maurice LING mauriceling at acm.org
Sat Jun 18 11:10:52 EDT 2005


ladasky at my-deja.com 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



More information about the Python-list mailing list