+ 1
No Pygame Module on Sololearn?
Greetings Everyone, I was trying to create a python game on code playground and also to save it as my portfolio, unfortunately, am getting this error, Traceback (most recent call last): File "..\Playground\", line 1, in <module> \ufeffimport pygame ImportError: No module named 'pygame' is there anyone else experiencing the same?
2 Respostas
+ 9
The Code Playground doesn't support graphic modules.
+ 1
Yes no module named pygame, it is for graphical user interface like tkinter,pqty and turtle ,you have to install required packages, and you can't use it in playground but in your own pc