python - run pygame with phycharm -
i try run pygame in pycharm. editor show library. if run program error can't find module: pygame.
i running python 3.5
i try this:
thank you
oke, have done that.see:
so run again program:
ok. using python: python 3.4.4.
but if this:
pip3 install pygame. warning:
then install pygame:
pip install pygame or:
python -m pip install pygame or code:
import pip pip.main(['install', 'pygame']) 





Comments
Post a Comment