im new to python gasp . im wondering do i need extra add-on module for python so it could work? like a module file or something.
my code that i was just trying to see whether it works: from gasp import*
begin_graphics(800,600,"My Game",color.YELLOW)
end开发者_开发百科_graphics()
and it gave me this error:
Traceback (most recent call last):
File "C:\Python32\testing idle codes\GASP", line 1, in <module>
from gasp import*
ImportError: No module named gasp
if is a file that needed to download. please guide me. im using window 7 32bit .
Please see http://dev.laptop.org/pub/gasp/downloads/ for what to get for your platform.
精彩评论