我使用netbeans作为我的主要IDE。今天,我想用python编写一些小程序。我为netbeans安装了python插件,并使用nbpython进行调试,但是这个nbpython插件使用python 2,但我的代码写在python 3上。
我的问题是:
为了使用python 3进行调试,我尝试在插件文件夹nbpython调试中覆盖整个代码,但遇到了一些错误,如
Traceback (most recent call last): File "/home/sins/.netbeans/8.1rc/config/nbPython/debug/nbpythondebug/jpydaemon.py", line 59, in <module> from. import dbgutils Debug session Abort = 1
显然这不是个好主意
注意:因为我只写了几个小工具,所以我不想用功能齐全的IDE来像py魅力这样的python。
谢谢。
发布于 2018-08-31 09:33:21
https://stackoverflow.com/questions/52111625
复制相似问题