igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Installing Python bindings


From: Tamas Nepusz
Subject: Re: [igraph] Installing Python bindings
Date: Wed, 22 Apr 2009 11:07:18 +0100

Hi Venura,

In file included from src/vertexobject.c:26:
src/vertexobject.h:27:20: error: Python.h: No such file or directory
You need to install the development package for Python as you are compiling a Python extension. I think this is called python-dev for the default Python version or things like python25-dev for a specific version.

I tried it with default python install 2.6 I get the same error and also a warning setup.py:25: DeprecationWarning: os.popen3 is deprecated. Use the subprocess module. Does igraph work with python 2.6 also?
Yes, it works from 2.4 upwards (except Python3K of course which is a different story). python-igraph 0.5.2 will use the subprocess module instead of os.popen3 so it will eliminate this warning. The Python bindings for 0.5.2 are about to be released within a few days.

--
Tamas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]