6161---
6262
636310gen provides pre-built egg packages for Apple provided Python versions on
64- Snow Leopard (2.5, 2.6) and Lion (2.5, 2.6, 2.7). If you want to install
65- PyMongo for other Python versions (or from source) you will have to install
66- the following to build the C extensions:
64+ Snow Leopard (2.5, 2.6), Lion (2.5, 2.6, 2.7) and Mountain Lion (2.5, 2.6, 2.7).
65+ If you want to install PyMongo for other Python versions (or from source) you
66+ will have to install the following to build the C extensions:
6767
68- **Snow Leopard ** - Xcode 3 with 'UNIX Development Support'.
68+ **Snow Leopard (10.6) ** - Xcode 3 with 'UNIX Development Support'.
6969
7070**Snow Leopard Xcode 4 **: The Python versions shipped with OSX 10.6.x
7171are universal binaries. They support i386, PPC, and (in the case of python2.6)
@@ -84,16 +84,23 @@ Xcode 4 installed. There is a workaround::
8484See `http://bugs.python.org/issue11623 <http://bugs.python.org/issue11623 >`_
8585for a more detailed explanation.
8686
87- **Lion ** - PyMongo's C extensions can be built against python.org versions of
88- Python >= 3.2. Building against versions older than 3.2.3 requires ** Xcode 4.1 **.
89- Any version of Xcode 4 can be used to build the C extensions against 3.2.3 and
90- newer. In all cases Xcode must be installed with 'UNIX Development Support'.
91- See the following for more information:
87+ **Lion (10.7) ** - PyMongo's C extensions can be built against versions of Python
88+ >= 3.2 downloaded from python.org. Building against versions older than 3.2.3
89+ requires ** Xcode 4.1 **. Any version of Xcode 4 can be used to build the C
90+ extensions against 3.2.3 and newer. In all cases Xcode must be installed with
91+ 'UNIX Development Support'. See the following for more information:
9292
9393http://bugs.python.org/issue13590
9494
9595http://hg.python.org/cpython/file/v3.2.3/Misc/NEWS#l198
9696
97+ **Mountain Lion (10.8) ** - PyMongo's C extensions can be built against versions
98+ of Python >= 3.3rc1 downloaded from python.org with no special requirements.
99+ If you want to build against the python.org provided 3.2.3 you must have
100+ MacOSX10.6.sdk in /Developer/SDKs. See the following for more information:
101+
102+ http://bugs.python.org/issue14499
103+
97104Installing from source
98105----------------------
99106
0 commit comments