[cairo] PyCairo on OS X?
Steven Chaplin
stevech1097 at yahoo.com.au
Mon Aug 14 01:28:30 PDT 2006
On Thu, 2006-08-10 at 07:12 -0700, Dethe Elza wrote:
> The web site lists this address for questions, but doesn't mention
> that you must subscribe first. Trying again after subscribing,
> apologies if my original post gets through, making this a duplicate.C
>
> Hi folks,
>
> I'm trying to get started with pycairo. My first attempt was to use
> easy_install, which had the result below. This is on an Intel
> Macbook Pro, OS 10.4.7, under Python 2.4.3 (framework build).
>
> So, should this have worked? Is pycairo known to run on OS X (and
> Intel)? Is there a different/preferred way I should be installing it?
>
Pycairo uses the same install method as cairo - GNU autotools.
The INSTALL file has the details, its basically:
$ python -c "import sys; print sys.prefix"
# make a note of the python prefix
$ ./configure --prefix=<python_prefix>
$ make
$ make install # may require superuser access
Steve
Send instant messages to your online friends http://au.messenger.yahoo.com
More information about the cairo
mailing list