igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Cannot access pajek file using Read_Pajek() in python inter


From: Gábor Csárdi
Subject: Re: [igraph] Cannot access pajek file using Read_Pajek() in python interface
Date: Wed, 19 Feb 2014 20:27:51 -0500

On Wed, Feb 19, 2014 at 7:18 PM, Salvatore Palomino <address@hidden> wrote:
Hello! 

When I try to access a file using Read_Pajek, an error message pops up:

g = GraphBase.Read_Pajek("109Senate-Rows")
Traceback (most recent call last):
  File "<pyshell#17>", line 1, in <module>
    g = GraphBase.Read_Pajek("109Senate-Rows")
IOError: [Errno 2] No such file or directory: '109Senate-Rows

I also tried using open(), but the interpreter sent back the same error message.

Which means that this has nothing to do with igraph. The file does not exist, or you are at the wrong working directory.

Gabor
 

Please help me!! 
Thanks, 
-Salvatore 

_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help



reply via email to

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