system: Ubuntu 14.04
Finally,I found the problem from Internet.
i happen to name my file as random.py
and it caused a name conflict with an existing module.
Method: Rename the file named random.py
Python Error: ImportError: cannot import name gof
原文:http://www.cnblogs.com/ziziquanquan/p/5037200.html