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条回答
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python