> Wow thanks for your rapid answer ! > How can I install Cairo for the system python ? Is there a file that I > should download with an installer or is it a procedure like for MacPorts ? Assuming that you installed the C core of the Cairo library somehow (from MacPorts, from Fink or from Homebrew), you can probably install the Python interface of Cairo from the command line using "sudo pip install pycairo" or "sudo easy_install pycairo". If this fails, try asking in the Cairo mailing lists:
http://cairographics.org/lists/ T. _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
