> My mistake, actually there is (somehow I don't remember trying to install > igraph before) an igraph folder that was in: It seems like Python is not able to find the instance of libigraph.dylib that was used when the Python interface was compiled. Did you also delete /opt/local/lib/libigraph* or only the include files from /opt/local/include? If you did not delete the igraph libraries from /opt/local/lib/, it could happen that the compiler used the libraries from /usr/local while Python tries to pick them up from /opt/local.
-- T. _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
