Process finished with exit code 139 after updating from python 2.7.6 64 bit to 2.7.10 32 bit

邮差的信 提交于 2019-12-21 06:16:27

问题


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.

来源:https://stackoverflow.com/questions/31074240/process-finished-with-exit-code-139-after-updating-from-python-2-7-6-64-bit-to-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!