Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用file = open( "filename", "r" )将打开一个filename与执行的脚本文件来自同一目录的文件,并且工作正常。我如何使用 python 脚本和第二个文本文件来实现这一点,两者都是在搅拌机文件列表中创建的。Blender 中使用的 Python 3.3 总是说找不到文件。为什么?
file = open( "filename", "r" )
filename