Process finished with exit code 139 after updating

2019-04-01 19:47发布

I have a script that opens images in a Tkinter frame with PIL/pillow. It was working fine yesterday when i was running python 2.7.6 64 bit, but in order to use Pygame later did i update to python 2.7.10 32 bit (pygame only runs on 32 bit). When running the same script today do i get Process finished with exit code 139, which i believe means Invalid memory access. If i run the script without running the function that includes pil.image will the script be executed normally. Anyone know how to adress this problem? I am running OS x 10.10 Yosemite and use Pycharm.

0条回答
登录 后发表回答