igraph-help
[Top][All Lists]
Advanced

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

[igraph] Cannot access pajek file using Read_Pajek() in python interface


From: Salvatore Palomino
Subject: [igraph] Cannot access pajek file using Read_Pajek() in python interface
Date: Wed, 19 Feb 2014 16:18:30 -0800

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.

Please help me!! 
Thanks, 
-Salvatore 

reply via email to

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