我通过安装GoogleMaps模块pip
pip install GoogleMaps
上面的命令安装了模块/usr/lib/python2.6/site-packages
但是当我尝试加载时,它给了我以下错误
>>> from googlemaps import GoogleMaps
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "googlemaps.py", line 1, in <module>
from googlemaps import GoogleMaps
ImportError: cannot import name GoogleMaps
有谁知道为什么会这样?