|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
- a=help('modules')
- Please wait a moment while I gather a list of all available modules...
- __future__ asyncio history sched
- __main__ asyncore hmac scrolledlist
- _abc atexit html search
- ......
- _thread formatter pygame webbrowser
- import pygame
复制代码
然后报错了
- Traceback (most recent call last):
- File "<pyshell#4>", line 1, in <module>
- import pygame
- File "C:\Users\Administrator.WOVLPG0YAW4QWRW\AppData\Local\Programs\Python\Python38-32\pygame\__init__.py", line 120, in <module>
- from pygame.base import *
- ModuleNotFoundError: No module named 'pygame.base'
复制代码
|
|