Comment on Can someone help me get Pygame working?
ComicalMayhem@lemmy.world 4 days agoI followed the instructions on the page but I still get the “module not found” error when running the file I made and the pygame.examples.aliens
Comment on Can someone help me get Pygame working?
ComicalMayhem@lemmy.world 4 days agoI followed the instructions on the page but I still get the “module not found” error when running the file I made and the pygame.examples.aliens
lokalhorst@feddit.org 4 days ago
Did you activate the environment before running your Python script using
source venv/bin/acticate? Replacevenvwith the directory of the environment.