I have pygame by following these instructions http://dudeslife.com/blog/2014/programming/installing-python-3-3-3-pygame-on-os-x-mavericks/ .I also have Pillow, which I thought would be sufficient for pygame to be able to display pngs. But when I try to use a png, I get a "File is not a Windows BMP file" error. What would need to be done to give pygame png/jpeg support? If it matters, I'm using python 3.3, which I got through homebrew, and I'm using Lion.
Asked
Active
Viewed 92 times
0
-
You need PIL for png to work. – Bartlomiej Lewandowski Apr 07 '14 at 16:43
-
But Pillow is a PIL fork. Is that not sufficient? – Pistol Pete Apr 07 '14 at 18:23