igraph-help
[Top][All Lists]
Advanced

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

[igraph] Re: Panel Plot Using Igraph Python Bindings


From: Tamas Nepusz
Subject: [igraph] Re: Panel Plot Using Igraph Python Bindings
Date: Mon, 23 Nov 2009 16:07:25 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

> Well, now I can import igraph as a Python module without any error
> (both under Ubuntu 9.10 and debian testing, 64 bit architecture),
> but I cannot run your example (which I saved to test_plot.py).
> Here is what happens (on both platforms)
> 
> $ ./test_plot.py
> Segmentation fault
First, please check whether the Python extension is working properly:

>>> from igraph.test import test
>>> test()

If there are no errors, try to isolate the line which is causing
problems in the script I sent.

-- 
Tamas




reply via email to

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