igraph-help
[Top][All Lists]
Advanced

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

[igraph] MAtlab/igraph conflict?


From: Alessandro Antonucci
Subject: [igraph] MAtlab/igraph conflict?
Date: Mon, 23 Feb 2009 08:02:02 -0500

Dear Igraphers,

I'm running a Python script based on (Python)igraph
in a linux environment. This script should interact with
Matlab, but, if I try to run the script from Matlab, by a
(Matlab) command like:

system('python script.py')

I receive the following error:

____________________________

File "/home/alessandro/Lab/
ImpreciseGraphicalProbabilisticModels/__init__.py", line 1, in <module>
from igraph import *
File "build/lib.linux-i686-2.5/igraph/__init__.py", line 30, in <module>
ImportError: /opt/matlab/sys/os/glnx86/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /usr/lib/libigraph.so.0)
____________________________

I've also noticed that if I run the script as a superuser, which means
if I run Matlab as a normal user, but I run the command:

system('sudo python script.py')

everything works fine.

Any idea about what is going wrong?

Best,

Alessandro

reply via email to

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