On Fri, Mar 23, 2012 at 6:01 AM, Raghavendra S. Mupparthy
<raghu
...@gmail.com> wrote:
> Hello All,
> I am a newbie to graphviz and c programming in general.. could you please
> let me know where I am going wrong..
> I am using RHEL desktop version..
> uname -a: Linux root 2.6.32-71.el6.x86_64 #1 SMP Wed Sep 1 01:33:01 EDT 2010
> x86_64 x86_64 x86_64 GNU/Linux
> I tried installing pygraphviz to run a program called 'cylc'. This is the
> error I am getting (attached file).. Could you please help..
You need to install the python-devel package (includes Python.h).
Note that you might also need to install the graphviz "dev" package
which I think for RHEL is called graphviz-devel.
Aric