igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Problem with python-igraph 0.5.2 installation on Ubuntu 9.0


From: Tamas Nepusz
Subject: Re: [igraph] Problem with python-igraph 0.5.2 installation on Ubuntu 9.04
Date: Thu, 3 Dec 2009 14:38:12 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

Domenico,

I think something's wrong in your Python installation... you should't
have a /usr/lib/python2.6/dist-packages/igraph/igraph subdirectory, only
/usr/lib/python2.6/dist-packages/igraph. Can you remove the whole
subdirectory called /usr/lib/python2.6/dist-packages/igraph/igraph and
try it again?

-- 
Tamas

On Thu, Dec 03, 2009 at 03:20:47PM +0100, Domenico Conti wrote:
> I had install the follow libreries:
> libigraph
> libigraph-dev
> python-igraph
> 
> from synaptic of Ubutnu 9.04. When I run: import igraph
> into python prompt I have:
> Traceback (most recent call last):
>  File "test.py", line 1, in <module>
>    import igraph
>  File "/usr/lib/python2.6/dist-packages/igraph/__init__.py", line
> 30, in <module>
>    from igraph.core import *
>  File "/usr/lib/python2.6/dist-packages/igraph/igraph/__init__.py",
> line 48, in <module>
>    class Graph(core.GraphBase):
> NameError: name 'core' is not defined
> 
> HELP! HELP! HELP!
> 
> 
> 
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help




reply via email to

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