Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

ModuleNotFoundError: No module named 'pygame' #13

Description

@drumplayer1234

┌──(kali㉿kali)-[~/BlackMamba]
└─$ sudo python3 main.py
Traceback (most recent call last):
File "/home/kali/BlackMamba/main.py", line 29, in
from clientui.app_modules import *
File "/home/kali/BlackMamba/clientui/app_modules.py", line 9, in
from clientui.ui_main import Ui_MainWindow
File "/home/kali/BlackMamba/clientui/ui_main.py", line 14, in
from clientui.vstrm_server import *
File "/home/kali/BlackMamba/clientui/vstrm_server.py", line 17, in
import pygame
ModuleNotFoundError: No module named 'pygame'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions