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 added picutre: enter image description here

i try this:

enter image description here

thank you

oke, have done that.see:

enter image description here

so run again program:

see image: enter image description here

ok. using python: python 3.4.4.

but if this:

pip3 install pygame. warning:

enter image description here

see image: enter image description here

then install pygame:

pip install pygame 

or:

python -m pip install pygame 

or code:

import pip pip.main(['install', 'pygame']) 

Comments

Popular posts from this blog

php - isset function not working properly -

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -