pygame for pycharm? Please help me out?
On my system I have:
- the newest Community version of Pycharm
- python 3.3
- Downloaded the newest version of pygame
I install pygame, there are no errors.
In pycharm I go to SETTING > PROJECT INTERPRETER > and click the + sign.
When I search through all of the library, PYGAME is not listed anywhere! I have seen screen shots of what it is supposed to look like and there isn't a single PYGAME interpreter to use, instead it looks like a jumble of pygame parts.
There is a list for
simpleGUIC2Pygame
pygame-music-grid
pygame-camera
pygame_cffi
pygame_loaders
pygame_toolbox
pygameday
pygameoflife
pygamess
pygameui
pygameweb
sge-pygame
vext.pygame
wxpygamevideoplayer
What should I do? I can't make heads or tails of this?
请先登录再写评论。
The + sign in the project interpreter window show Python packages listed on PyPI, the Python package index. You don't need to install pygame from PyPI, as you already downloaded (and presumably installed) the .msi file. Your Python 3.3 interpreter should already have pygame available.