Pygame for Python 3 on OSX Mountain Lion?

前提是你 提交于 2019-11-29 16:17:58
checkmate2k10

I got the same problem. I just created an SDL folder and copied sources files into it.

So instead of:

ln -s SDL .

go:

mkdir SDL; cp *.h SDL

It's ugly, but it works.

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