So I am running Windows 8 with python 3.3 installed. I have livewires and pygame installed.
But when I run the code:
from livewires import games
games.init(screen_width = 640, screen_height = 480, fps = 50)
games.screen.mainloop()
I get an error saying... ImportError: No module name 'pygame.image'.
Does anyone know how to fix this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…