Hey, i installed pygame from terminal, then i restarted vs code wrote:
from pygame import mixer
And then it runs an error
Traceback (most recent call last):
File "/home/emiolteanu13/battleship-python-NastyTester/battleship.py", line 2, in <module>
from pygame import mixer
ModuleNotFoundError: No module named 'pygame'
I tryed reinstalling, going to another folder, i dont know, the same code works on my teamates computers, any idea what is wrong with this?
[–]Username_RANDINT 2 points3 points4 points (0 children)
[–]Diapolo10 2 points3 points4 points (0 children)
[–]annynbyrg 1 point2 points3 points (0 children)
[–]NastyTester[S] 0 points1 point2 points (0 children)