Re: [graph-tool] general "did not match C++ signature" error

2017-02-06 Thread bloodymeli
S="-L/usr/local/epd/lib/" > > to configure while compiling. Also, do not forget to set LD_LIBRARY_PATH > as > I said, before trying to import the library. > > On 05.02.2017 17:13, bloodymeli wrote: > > > Dear Tiago, > > > > Thanks for the tip. &g

Re: [graph-tool] general "did not match C++ signature" error

2017-02-05 Thread bloodymeli
Thanks! This is indeed strange, as the library is installed to /usr/local/epd/lib/python2.7/site-packages/graph_tool/libgraph_tool_core.so but compiled against: libpython2.6.so.1.0 => /usr/lib64/libpython2.6.so.1.0 (0x738ce000) How do I specify which libpython to use? -- View this

Re: [graph-tool] general "did not match C++ signature" error

2017-02-05 Thread bloodymeli
Peixoto [via Main discussion list for the graph-tool project] <ml-node+s982480n4026990...@n3.nabble.com> wrote: > On 05.02.2017 14:08, bloodymeli wrote: > > Thanks! > > > > This is indeed strange, as the library is installed to > > /usr/local/epd/lib/p

[graph-tool] general "did not match C++ signature" error

2017-01-30 Thread bloodymeli
Hi, Graph-tool was manually compiled on a local cluster (based on RedHat) by a network admin. The python command import graph_tool works fine, but almost every other command results in an error related to "did not match C++ signature": For example, gtGraph=graph_tool.load_graph("yeast.graphml")

[graph-tool] Some clarifications regarding directness

2016-12-07 Thread bloodymeli
Hi, Consider the following GraphML file (attached). According to the GraphML file, it represents an undirected graph. Therefore, I would expect that as I set it to directed graph: gtGraph=gt.load_graph("yeast.graphml") gtGraph.set_directed(1) I would obtain two directed edges for every

Re: [graph-tool] RedHat Installation Assistance

2016-12-06 Thread bloodymeli
016 17:58, bloodymeli wrote: > > Thanks! I'll ask the manager to update the numpy installation. However, > he > > might be reluctant to do so due to breaking other dependencies. I guess > this > > is the reason he tried to link with the local numpy-1.8.1-2. It's there > a >

Re: [graph-tool] RedHat Installation Assistance

2016-12-05 Thread bloodymeli
Thanks. I'm attaching the corresponding information and filed I have received from out IT manager. The system info is : # uname -a Linux admin 2.6.32-431.5.1.el6.x86_64 #1 SMP Fri Jan 10 14:46:43 EST 2014 x86_64 x86_64 x86_64 GNU/Linux # cat /etc/issue Red Hat Enterprise Linux Server release

[graph-tool] RedHat Installation Assistance

2016-12-04 Thread bloodymeli
Dear All, I have requested out IT manager to install graph-tool on our local cluster (based on RedHat). He changed the "configure" link to point to the corresponding directories, and the "configure" operation seemed to completed successfully. However, the make operation failed with the

Re: [graph-tool] RedHat Installation Assistance

2016-12-05 Thread bloodymeli
for your help! On 5 Dec 2016 15:46, "Tiago Peixoto [via Main discussion list for the graph-tool project]" <ml-node+s982480n4026895...@n3.nabble.com> wrote: > On 05.12.2016 13:40, bloodymeli wrote: > > I'm attaching the corresponding information and filed I have received

Re: [graph-tool] RedHat Installation Assistance

2016-12-05 Thread bloodymeli
/site-packages/numpy) rather than the system numpy? On 5 Dec 2016 17:44, "Tiago Peixoto [via Main discussion list for the graph-tool project]" <ml-node+s982480n4026897...@n3.nabble.com> wrote: On 05.12.2016 16:16, bloodymeli wrote: > Via the RedHat rpm - numpy-1