gpt4 book ai didi

java - Python 解释器 Jython - 模块的执行

转载 作者:行者123 更新时间:2023-11-30 08:02:03 27 4
gpt4 key购买 nike

问题的链接如下: Python Interpreter in Jython

以下是一个潜在的解决方案:

    interp.exec("import os.path.abspath(__file__)/printTwice.py)");
interp.exec("printTwice.print_twice('Adam')");

但是它返回了一个错误:

这返回了以下错误:线程“main”中出现异常 SyntaxError: (“不匹配的输入 '(' 期待 NEWLINE”, ('', 1, 22, 'import os.path.abspath(file)/printTwice.py )\n'))

最佳答案

interp.exec("import printTwice");
interp.exec("printTwice.print_twice('Adam')");

这应该有效。

关于java - Python 解释器 Jython - 模块的执行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31756461/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com