开发者

ImportError: No module named gasp is there any file i need to download in order to perform?

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜