You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been looking for a script or program like this for a while - thanks! Unfortunately have had no luck getting it to run in windows or linux.
I get this same error in both:
File "C:\Python27\analyze_papers.py", line 217, in
with open(OUTPUT_GEPHI_DIR + os.sep + "Edges_" + OUTPUT_CSV_NAME, "a") as graph_csv:
IOError: [Errno 2] No such file or directory: 'gephi\Edges_titles.csv'
Any suggestions? Thanks.
The text was updated successfully, but these errors were encountered:
ilc168
changed the title
Script run fail (windows, python24)
Script run fail (windows, python27)
Aug 9, 2019
I've been looking for a script or program like this for a while - thanks! Unfortunately have had no luck getting it to run in windows or linux.
I get this same error in both:
File "C:\Python27\analyze_papers.py", line 217, in
with open(OUTPUT_GEPHI_DIR + os.sep + "Edges_" + OUTPUT_CSV_NAME, "a") as graph_csv:
IOError: [Errno 2] No such file or directory: 'gephi\Edges_titles.csv'
Any suggestions? Thanks.
The text was updated successfully, but these errors were encountered: