gpt4 book ai didi

python - 从另一个文件导入变量以在 python 中运行

转载 作者:行者123 更新时间:2023-11-30 22:36:26 25 4
gpt4 key购买 nike

变量.py

path="c:/something"
path2="c:/somethng2"
path3="c:/something3"
....

ma​​in.py

def run():
from variables import *

...

我有这样的错误:

SyntaxError: import * is not allowed in function 'run' because it contains a nested function with free variables

最佳答案

import variables as v
path=v.path

这应该适用于其他文件中的路径变量
希望这有帮助!

关于python - 从另一个文件导入变量以在 python 中运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44177934/

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