Friday, 6 September 2013

Installing networkX in Sublime

Installing networkX in Sublime

I am really frustrated right now, how can I install networkx package in
sublime? I have installed in in the python libary(mac), and I can import
networkx code fine in terminal...but when I try to run the code in
sublime, I only get this error:
import networkx as nx
File "/......my project path here", line 2, in g = nx.Graph ()
AttributeError: 'module' object has no attribute 'Graph'

No comments:

Post a Comment