プログラミングをするのはこれが初めてです。ネットワーク分析が必要なプロジェクトがあります。networkx 1.6 をダウンロードしてブロックモデルを試してみたところ、次のエラー メッセージが表示されました。
Traceback (most recent call last):
File "C:\Users\dell\Desktop\Research Project\python\blockmodel.py", line 52, in <module>
G=nx.read_edgelist("hartford_drug.edgelist")
File "<string>", line 2, in read_edgelist
File "C:\Python27\lib\site-packages\networkx\utils\decorators.py", line 173, in _open_file
fh = _dispatch_dict[ext](path, mode=mode)
IOError: [Errno 2] No such file or directory: 'hartford_drug.edgelist'
なにが問題ですか?特に、緊急の助けに感謝して、zipファイルとeggファイルの両方を実行します:)