configure and compile on OSX works just like on other OSs.

One problem with SIP on Leopard is that it wants to install in the Python framework. This isn't a good idea with the system Python. I use this configuration on Leopard:

python configure.py -n -d /Library/Python/2.5/site-packages \
-b /usr/local/bin -e /usr/local/include -v /usr/local/share/sip \
-s MacOSX10.5.sdk

This gets it all in more appropriate places.

For the python.org Python package, on Tiger or Leopard, you just need to configure the site-packages and SDK, and let the rest default to folders in the python framework.

Once you get SIP installed, PyQt configure just needs to know the site- packages, and on Leopard the bin path (to find SIP).

On Feb 18, 2009, at 9:14 AM, Frédéric wrote:

Hello,

How MacOS users (Mac/MacBook) can download and install tools to build
sip/PyQt packages (make, gcc/g++ and so)?

Thanks,

PS: I'm not a MacOS developer myself, but some users of my software would
like to install it on their Mac/MacBook...

--
   Frédéric

   http://www.gbiloba.org

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

-----
William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
http://www.kyngchaos.com/

First Pogril: Why is life like sticking your head in a bucket filled with hyena offal? Second Pogril: I don't know. Why IS life like sticking your head in a bucket filled with hyena offal?
First Pogril: I don't know either.  Wretched, isn't it?

-HitchHiker's Guide to the Galaxy



_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to