python - ImportError: cannot import name write_dot -


# load required modules import textwrap, os time import strftime networkx import write_dot networkx import connected_components 

error:

traceback (most recent call last):   file "multi_dendrix_pipeline.py", line 36, in <module>     import multi_dendrix multi   file "/home/shruti/toolkit/multi-dendrix-master/multi_dendrix/__init__.py", line 5, in <module>     import output   file "/home/shruti/toolkit/multi-dendrix-master/multi_dendrix/output/__init__.py", line 1, in <module>     output_functions import *   file "/home/shruti/toolkit/multi-dendrix-master/multi_dendrix/output/output_functions.py", line 6, in <module>     networkx import write_dot importerror: cannot import name write_dot 

system info: ubuntu 14.04 lts os type 64bit python : python 2.7.6

other info installed networkx , can locate files under usr/local/lib/pyton2.7/dist-packages


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -