I am trying to read a gexf file using nx and get the above error:
import networkx as nx nx.read_gexf(\'KwNet-Journals/KwNet-Journals.gexf\')
The