I installed waf version 1.6.8 into the directory above py2cairo.<br>I installed Visual Studio 2008 express.<br>I can't find python-config-2.7 in my Python directory.<br>I can't find this python-config on the internet. <br>
Although I did find something called "config" which I installed.<br>I ran vcvarsall.bat<br>I placed site-packages into my PYTHONPATH.<br>Below is the command line dump.<br>I am stuck.<br><br>C:\Users\JeffB\Downloads\py2cairo-1.10.0>python ..\waf.py configure<br>
./options()<br>Setting top to : C:\Users\JeffB\Downloads\py2cairo-1.10.0<br>Setting out to : C:\Users\JeffB\Downloads\py2cairo-1.10.0\build_directory<br> ./configure()<br>
Checking for 'msvc' (c compiler) : C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\CL.exe<br>Checking for program python : c:\apps\python27\python.exe<br>Checking for python version : (2, 7, 2, 'final', 0)<br>
Checking for library python2.7 in $prefix/libs : not found<br>Checking for library python27 in $prefix/libs : yes<br>Checking for program python2.7-config,python-config-2.7,python2.7m-config : not found<br>Checking for header Python.h : yes<br>
Checking for program pkg-config : not found<br>Could not find the program pkg-config<br>(complete log in C:\Users\JeffB\Downloads\py2cairo-1.10.0\build_directory\config.log)<br><br>
C:\Users\JeffB\Downloads\py2cairo-1.10.0>python ..\waf.py --version<br>waf 1.6.8 (516a253cbdbb4eef3165c4d47c2074a0fb5dce95)<br>