igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] igraph make file


From: Renato Fabbri
Subject: Re: [igraph] igraph make file
Date: Thu, 21 Oct 2010 17:36:40 -0200

ok, i got the correct ource. compiled it and installed.

still with the same error message:

In [1]: import igraph
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)

/home/renato/<ipython console> in <module>()

/usr/local/lib/python2.6/dist-packages/python_igraph-0.5.4-py2.6-linux-i686.egg/igraph/__init__.py
in <module>()
     28 """
     29
---> 30 from igraph.core import *
     31 from igraph.core import __version__, __build_date__
     32 from igraph.clustering import *

ImportError: 
/usr/local/lib/python2.6/dist-packages/python_igraph-0.5.4-py2.6-linux-i686.egg/igraph/core.so:
undefined symbol: igraph_layout_star

**********************

I tryed reinstalling python-igraph0.5.4.

i am back to 0.5.3 for now.


2010/10/21 Tamas Nepusz <address@hidden>:
>> i was upgrading igraph python module to 0.5.4.
>>
>> now i get:
>> [...]
>> ImportError: 
>> /usr/local/lib/python2.6/dist-packages/python_igraph-0.5.4-py2.6-linux-i686.egg/igraph/core.so:
>> undefined symbol: igraph_layout_star
>> *********************
>>
>> I assumed that it was a mismatch with igraph library itself.
> Most likely it is. You cannot use the 0.5.4 Python module with the C core 
> from 0.5.3 -- the Python module is looking for a function called 
> igraph_layout_star, which has been added in 0.5.4 only.
>
>> so i downloaded igraph, but it doesnt yield a make file.
> I think you have downloaded the source code of the R interface, not the C 
> core. The C core definitely has a makefile after you run ./configure.
>
> --
> Tamas
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help
>



-- 
GNU/Linux User #479299
skype: fabbri.renato



reply via email to

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