2013-07-06 95 views
0

所以我在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

這意味着PowerRule.py中有一個錯誤 - 你可能想要發佈它。 –

回答

0

需要擦除最高位閒置放於您選擇的代碼,看起來像這樣

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