Python导入不存在的模块?

时间:2014-11-20 23:36:49

标签: python google-app-engine python-2.7 protocol-buffers python-import

所以我在跑步:

import google
> <module 'google' (built-in)>

在python提示符下。     谷歌。的路径

  

[ '/库/ Python的/ 2.7 /站点包/谷歌']

我想删除Google模块。所以我:

rm -rf /Library/Python/2.7/site-packages/google

它已经消失了!

但是当我回到python shell时,我得到与上面相同的结果。

(仅供参考,我认为python模块适用于protobuf。)

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

您需要卸载&#39; protobuf&#39;模块。

sudo pip uninstall protobuf