Recently, i began to like Python as well. And i bought a Mac too :).
How all these are combined? They are combined when you want to use the python-bindings of libxml in Mac OS X. Yeah, i know. Mac OS X's default python distribution has XML but not for XSLT.
You have two alternatives:
- Download the source of libxml/libxslt and compile them with the
--with-python
argument. - Install the python-bindings with fink, and install a second Python distribution as well.
The second option is easier. I would install it through the fink command-line tool, and fink would have all the uninstall information, but i would have then two distributions in my system (Space consuming).
I chose the second. Now in my distro you can find two python interpreters
python
and fpython
(aka fink-python). I think i appreciate time after all.