Pygame for Python 3 on OSX Mountain Lion?

后端 未结 1 1977
自闭症患者
自闭症患者 2020-12-21 13:39

I have been trying to get this to work for days now, with no luck. All of the installation walkthroughs I can find either talk about pygame on mountain lion with python 2.x,

相关标签:
1条回答
  • 2020-12-21 14:26

    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.

    0 讨论(0)
提交回复
热议问题