我有一個文件:pytest.py這是一條線:蟒蛇閒置2.7.9提供虛假語法錯誤
print "hello world"
空閒-r pytest.py
Python 2.7.9 (default, Apr 8 2015, 15:12:41)
[GCC 4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)] on freebsd10
Type "copyright", "credits" or "license()" for more information.
>>>
*** Error in script or command!
Traceback (most recent call last):
File "pytest.py", line 1
print "hello world"
^
SyntaxError: invalid syntax
>>>
運行閒置,沒有選項,打開和運行文件的作品。這是在FreeBSD 10.0和py27-gtk2-2.24.0_3(python綁定)上。這在某個時候停止了工作,但我無法將其與特定變化聯繫起來。所有的軟件包/端口均達到最新
請發佈腳本本身。 –
嘗試使用print作爲一個函數,看看它是否工作......這樣你排除了Python 3實際運行的可能性。 –
確保'print'之前沒有空格。它必須是線上的第一件事。 –