如何将 python 3.7 导入 Processing
How to import python 3.7 into Processing
我想我在 Mac 上使用 python 2 作为我当前的 Processing 应用程序。
我一直在尝试导入 python 3.7,但我不知道该怎么做。
如果有人能帮助我,我将不胜感激。谢谢!
基于 this thread, the Python mode in Processing is based on Jython,仅是 Python 2 语法。
所以,不幸的是,Python 3 in Processing 可能是不可能的。
我想我在 Mac 上使用 python 2 作为我当前的 Processing 应用程序。
我一直在尝试导入 python 3.7,但我不知道该怎么做。
如果有人能帮助我,我将不胜感激。谢谢!
基于 this thread, the Python mode in Processing is based on Jython,仅是 Python 2 语法。
所以,不幸的是,Python 3 in Processing 可能是不可能的。