igraph-help
[Top][All Lists]
Advanced

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

RE: [igraph] Problem loading Graphml file with edge weights in igraph


From: Rui Carvalho
Subject: RE: [igraph] Problem loading Graphml file with edge weights in igraph
Date: Wed, 17 Sep 2008 22:51:07 +0100

Hello Tamas,

I've installed igraph 0.5.1 as you mention, but the code is still crashing
on my machine. I've chosen to use gml files as a workaround this.

Thanks for your help and for the effort you and Gabor have put into igraph.

Regards,
Rui


-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
Tamas Nepusz
Sent: 17 September 2008 18:58
To: Help for igraph users
Subject: RE: [igraph] Problem loading Graphml file with edge weights in
igraph

Hi Rui,

> I've corrected as you suggested (apologies for the stupid mistake in the
> first place), but python still crashes. I attach the corrected graphml
file.
> I'm running active state python 2.5.2.2 in windows Vista 32 bit.
Currently I only have the chance to test things on Linux and OS X; it
works there and there is not a single bit of memory leaking, so things
are in general OK, at least in the C layer of igraph.

However, I remember having problems at the boundary of the Python and
the C layer in Windows _when_ a FILE* pointer is passed through that
boundary (that is the case when you read a GraphML file) AND the version
numbers of the C runtime used by Python and the igraph C core are
different. This _could_ be the case for ActiveState Python 2.5.2.2 and
igraph 0.5, since igraph 0.5 (at least the one in the Windows installer)
was compiled with MinGW which links to version 6.0 of the Microsoft C
runtime and ActiveState Python links to version 7.1.

I have just uploaded the Windows installers for python-igraph 0.5.1 a
few days ago to the Python Package Index. Gabor struggled a lot until he
finally managed to compile and link it against version 7.1 of the C
runtime, so it might solve your problem (unless you are already using
0.5.1 :)). So please try the installer for 0.5.1 and let us know if it
resolved your issues or not.

-- 
Tamas




_______________________________________________
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]