You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
┌──(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'
The text was updated successfully, but these errors were encountered:
┌──(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'
The text was updated successfully, but these errors were encountered: