添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
想出国的羽毛球  ·  A network-related or ...·  7 月前    · 
刀枪不入的核桃  ·  qiskit_machine_learnin ...·  9 月前    · 
踏实的蟠桃  ·  法简单快速的SQL ...·  10 月前    · 
玉树临风的硬币  ·  未来Daily ...·  1 年前    · 

Hello,


I want to present 6 rectangles on the canvas so that they do not overlap each other, and then the photos that will appear in the same position as these rectangles. 5 of these photos will come from one list and 1 from another list. But the code I wrote is not working. Even though I have added the photos to the file pool, I am getting the photo not found error. What would be the reason? Thanks in advance.


Kind regards,


Error code:

File "C:\Program Files (x86)\OpenSesame\Lib\site-packages\libopensesame\inline_script.py", line 92, in prepare

self.workspace._exec(self.cprepare)

File "C:\Program Files (x86)\OpenSesame\Lib\site-packages\libopensesame\base_python_workspace.py", line 124, in _exec

exec(bytecode, self._globals)

Inline script, line 62, in <module>

File "C:\Program Files (x86)\OpenSesame\Lib\site-packages\PIL\Image.py", line 2809, in open

fp = builtins.open(filename, "rb")

FileNotFoundError: [Errno 2] No such file or directory: 'high_1.jpg'