Installing Py2cairo Issues On Ubuntu 14.04
I tried to install py2cairo in my python 2.7.6. I downloaded the source package from http://cairographics.org/pycairo/, and unzipped the file: tar xvfj py2cairo-1.10.0.tar.bz Acco
Solution 1:
open your py2cairo folder, go to .waf-1.6.3-3c3129a3ec8fb4a5bbc7ba3161463b22/waflib/Tools
,
inside the folder, open
python.py
file with your favorite text editor.
Go to line 162, change it to
for incstr in conf.cmd_and_log([conf.env.PYTHON_CONFIG, '--includes']).strip().split():
Save and then exit. Run ./waf --configure again.
Post a Comment for "Installing Py2cairo Issues On Ubuntu 14.04"