@
Valyrian 谢谢啊,现在已经装上了。
但是执行help( )的时候,遇到这样的问题:
>>> help()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/
_sitebuiltins.py", line 102, in __call__
import pydoc
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/
pydoc.py", line 58, in <module>
import inspect
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/
inspect.py", line 37, in <module>
import linecache
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/
linecache.py", line 10, in <module>
import tokenize
ImportError: bad magic number in 'tokenize': b'\x03\xf3\r\n'
我的系统还差什么东西呢,还是需要怎么设置呢?