IngerMat
About
- Username
- IngerMat
- Joined
- Visits
- 16
- Last Active
- Roles
- Member
Comments
-
Dear Sebastiaan, Thank you for your remark. The problem was indeed due to that the image of with the PIL function did not close properly. I worked around it by calling Image.close() which seems to be doing the trick! I figured it out before seeing …
-
Thanks for the feedback! Is there any way to make sure that the Python does not crash? I open the image twice because they have two different purposes. My task involves participants moving around the mouse and me having the know the color of the pi…
-
Also this is the message I get in the debug window experiment.run(): experiment finished at Thu Apr 26 19:26:29 2018experiment.end(): enabling garbage collectiondone!Python seems to have crashed. This should not happen. If Python crashes often, ple…