Comment 14 for bug 1132270

Revision history for this message
Tamás Nepusz (ntamas) wrote :

Hi Jan,

Sorry, I missed this thread in my inbox. Anyway, what you do with the Python interface seems to be okay for me. What did you write in setup.cfg? I have something like this:

[build_ext]
include_dirs=c:\dev\igraph\igraph-0.6.5-msvc\include
library_dirs=c:\dev\igraph\igraph-0.6.5-msvc\Release

And then I simply run python setup.py build bdist_msi and it works.