我有Netbeans 8.1和Python插件v.151118
每次我尝试运行Python代码时,它都会在输出窗口中显示失败:
Exception in thread "main"
Exception: org.python.core.PyException thrown from the UncaughtExceptionHandler in thread "main"
我可以毫无问题地运行Java代码。我已经尝试使用Python的示例代码构建(应该可以工作),但它会给出相同的失败。
我检查了Python平台管理器,它指向Python路径中的所有文件,Java路径。并且我的文件夹中存在所有文件。
我尝试过这个Python代码。
# To change this license header, choose License Headers in Project Properties.
# To change this template file, choose Tools | Templates
# and open the template in the editor.
if __name__ == "__main__":
print "Hello World"