我想导入Simplegraph。我在python IDLE中获得了一个IMPORTERROR。我附上了以下错误。
from simplegraph import simplegraph
Traceback (most recent call last):
File "<pyshell#9>", line 1, in <module>
from simplegraph import simplegraph
ImportError: cannot import name simplegraph