Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この単純な pymunk コードが問題を引き起こしています。
space = pm.Space() b = pm.Body() b.position = 400,400 c = pm.Circle(b,10) space.add(b,c)
上記のコードは、以下のようなダイアログを作成します
なぜこれが起こっているのですか、どうすれば解決できますか??