所以我在python 27中将衍生电源规则模块保存为PowerRule.py。 当我尝试导入它时会发生什么:
>>> import PowerRule
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import PowerRule
File "PowerRule.py", line 1
Python 2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)] on win32
^
SyntaxError: invalid syntax
>>>
我不知道如何解决它。你可以帮帮我吗?
答案 0 :(得分:0)
你需要删除IDLE放在你看起来像这样的代码的顶级位
Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
你在实际代码中不需要它
如果您不熟悉IDLE,请查看this