DrPython不会执行

时间:2017-11-19 02:47:47

标签: python wxpython

我已经成功安装了Python 3.6.2,并且使用以下方法成功安装了wxPython:

pip.exe install --upgrade --pre -f https://wxpython.org/Phoenix/snapshot-builds/ wxPython

我已经下载了"已安装" DrPython:

C:\Program Files\Python\Python36>7za x "c:\Install\Tools&Utilities\DrPython_3.11.4.zip"

当我调用:pythonw.exe drpython \ drpython.pyw时,我什么都没得到。

当我调用:python.exe drpython \ drpython.py时,我得到:

C:\Program Files\Python\Python36>python drpython\drpython.py
    File "drpython\drpython.py", line 697
   except Exception, e:
                ^
SyntaxError: invalid syntax

如果我用&#34来解决这个问题;除了e:"然后我得到有关需要括号的Print命令的错误。

显然,我错过了一些东西。有人可以帮忙吗?

感谢。

0 个答案:

没有答案