そのため、Python 3.3 がインストールされた Windows 8 を実行しています。livewires と pygame がインストールされています。
しかし、コードを実行すると:
from livewires import games
games.init(screen_width = 640, screen_height = 480, fps = 50)
games.screen.mainloop()
エラーが表示されます... ImportError: No module name 'pygame.image'.
これを修正する方法を知っている人はいますか?